#787F42

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

Shades of Wasabi #787F42

Tints of Wasabi #787F42

Color information

#787F42 (or 0x787F42) is unknown color: approx Wasabi. HEX triplet: 78, 7F and 42. RGB value is (120,127,66). Sum of RGB (Red+Green+Blue) = 120+127+66=313 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.34% from 313); Green value is 127 (50% from 255 or 40.58% from 313); Blue value is 66 (26.17% from 255 or 21.09% from 313); Max value from RGB is 127 - color contains mainly: green. Hex color #787F42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787F42 is #8780BD. Grayscale: #767676. Windows color (decimal): -8880318 or 4358008. OLE color: 4358008.

HSL color Cylindrical-coordinate representation of color #787F42: hue angle of 66.89º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #787F42 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.50.

Color convert

RGB12012766-
CMYK0.0600.480.50
HSL66.89º31.61%37.84%-
HSV(B)66.89º48.03%49.8%-
XYZ16.3219.578.07-
YUV117.9598.68129.46-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.34%
GREEN value IS 127 (50% from 255) = 40.58%
BLUE value IS 66 (26.17% from 255) = 21.09%
R=38.34%
G=40.58%
B=21.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal120127660.0600.480.5066.8931.6137.84
Hex787F42603032432026
Octal1701771026060621034046
Binary11110001111111100001011001100001100101000011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787F42; }

 p { color: rgb(120,127,66); }

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

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

 a { background-color: rgb(120,127,66); }

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

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

 span { border-color: rgb(120,127,66); }

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