#788632

Color #788632 Wasabi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wasabi #788632

Tints of Wasabi #788632

Color information

#788632 (or 0x788632) is unknown color: approx Wasabi. HEX triplet: 78, 86 and 32. RGB value is (120,134,50). Sum of RGB (Red+Green+Blue) = 120+134+50=304 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.47% from 304); Green value is 134 (52.73% from 255 or 44.08% from 304); Blue value is 50 (19.92% from 255 or 16.45% from 304); Max value from RGB is 134 - color contains mainly: green. Hex color #788632 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788632 is #8779CD. Grayscale: #787878. Windows color (decimal): -8878542 or 3311224. OLE color: 3311224.

HSL color Cylindrical-coordinate representation of color #788632: hue angle of 70º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #788632 is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB12013450-
CMYK0.1000.630.47
HSL70º45.65%36.08%-
HSV(B)70º62.69%52.55%-
XYZ16.8521.276.24-
YUV120.2488.36127.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 120 (47.27% from 255) = 39.47%
GREEN value IS 134 (52.73% from 255) = 44.08%
BLUE value IS 50 (19.92% from 255) = 16.45%
R=39.47%
G=44.08%
B=16.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal120134500.1000.630.477045.6536.08
Hex788632A03F2F462e24
Octal1702066212077571065644
Binary111100010000110110010101001111111011111000110101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788632; }

 p { color: rgb(120,134,50); }

 H1.HeaderClassName
 {
   color: #788632;
 }
 .AnyTagClassName
 {
   color: #788632;
 }
</style>
background-color css

<style>
 a { background-color: #788632; }

 a { background-color: rgb(120,134,50); }

 div.DivClassName
 {
   background-color: #788632;
 }
 .BgClassName
 {
   background-color: #788632;
 }
</style>
border-color css

<style>
 span { border-color: #788632; }

 span { border-color: rgb(120,134,50); }

 td.TdClassName
 {
   border-color: #788632;
 }
 .TagClassName
 {
   border-color: #788632;
 }
</style>