#788B4A

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

Shades of Wasabi #788B4A

Tints of Wasabi #788B4A

Color information

#788B4A (or 0x788B4A) is unknown color: approx Wasabi. HEX triplet: 78, 8B and 4A. RGB value is (120,139,74). Sum of RGB (Red+Green+Blue) = 120+139+74=333 (44% of max value = 765). Red value is 120 (47.27% from 255 or 36.04% from 333); Green value is 139 (54.69% from 255 or 41.74% from 333); Blue value is 74 (29.30% from 255 or 22.22% from 333); Max value from RGB is 139 - color contains mainly: green. Hex color #788B4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788B4A is #8774B5. Grayscale: #7E7E7E. Windows color (decimal): -8877238 or 4885368. OLE color: 4885368.

HSL color Cylindrical-coordinate representation of color #788B4A: hue angle of 77.54º 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 #788B4A is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB12013974-
CMYK0.1400.470.45
HSL77.54º30.52%41.76%-
HSV(B)77.54º46.76%54.51%-
XYZ18.2122.959.95-
YUV125.9198.71123.79-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.04%
GREEN value IS 139 (54.69% from 255) = 41.74%
BLUE value IS 74 (29.30% from 255) = 22.22%
R=36.04%
G=41.74%
B=22.22%

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
Decimal120139740.1400.470.4577.5430.5241.76
Hex788B4AE02F2D4e1f2a
Octal17021311216057551163752
Binary111100010001011100101011100101111101101100111011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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