get color level 136

Get Color Level 136 • Tested

In RGB color systems, a level of 136 is a mid-range value, roughly halfway between dark (0) and full brightness (255).

If applied to all three channels equally (136, 136, 136), it produces a : rgb(136, 136, 136) → #888888 get color level 136

from PIL import ImageColor color = ImageColor.getrgb("rgb(136, 136, 136)") print(color) # (136, 136, 136) In RGB color systems, a level of 136

let gray136 = `rgb(136, 136, 136)`; console.log(gray136); In RGB color systems

Este sitio web utiliza cookies para que usted tenga la mejor experiencia de usuario. Si continúa navegando está dando su consentimiento para la aceptación de nuestra política de cookies, pincha el enlace para más información.

ACEPTAR
Aviso de cookies