#788C4A

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

Shades of Wasabi #788C4A

Tints of Wasabi #788C4A

Color information

#788C4A (or 0x788C4A) is unknown color: approx Wasabi. HEX triplet: 78, 8C and 4A. RGB value is (120,140,74). Sum of RGB (Red+Green+Blue) = 120+140+74=334 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.93% from 334); Green value is 140 (55.08% from 255 or 41.92% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 140 - color contains mainly: green. Hex color #788C4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788C4A is #8773B5. Grayscale: #7E7E7E. Windows color (decimal): -8876982 or 4885624. OLE color: 4885624.

HSL color Cylindrical-coordinate representation of color #788C4A: hue angle of 78.18º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #788C4A is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB12014074-
CMYK0.1400.470.45
HSL78.18º30.84%41.96%-
HSV(B)78.18º47.14%54.9%-
XYZ18.3623.2410-
YUV126.598.37123.37-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.93%
GREEN value IS 140 (55.08% from 255) = 41.92%
BLUE value IS 74 (29.30% from 255) = 22.16%
R=35.93%
G=41.92%
B=22.16%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal120140740.1400.470.4578.1830.8441.96
Hex788C4AE02F2D4e1f2a
Octal17021411216057551163752
Binary111100010001100100101011100101111101101100111011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788C4A; }

 p { color: rgb(120,140,74); }

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

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

 a { background-color: rgb(120,140,74); }

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

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

 span { border-color: rgb(120,140,74); }

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