#77813B

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

Shades of Wasabi #77813B

Tints of Wasabi #77813B

Color information

#77813B (or 0x77813B) is unknown color: approx Wasabi. HEX triplet: 77, 81 and 3B. RGB value is (119,129,59). Sum of RGB (Red+Green+Blue) = 119+129+59=307 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.76% from 307); Green value is 129 (50.78% from 255 or 42.02% from 307); Blue value is 59 (23.44% from 255 or 19.22% from 307); Max value from RGB is 129 - color contains mainly: green. Hex color #77813B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77813B is #887EC4. Grayscale: #767676. Windows color (decimal): -8945349 or 3899767. OLE color: 3899767.

HSL color Cylindrical-coordinate representation of color #77813B: hue angle of 68.57º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #77813B is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB11912959-
CMYK0.0800.540.49
HSL68.57º37.23%36.86%-
HSV(B)68.57º54.26%50.59%-
XYZ16.2519.947.13-
YUV118.0394.69128.69-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.76%
GREEN value IS 129 (50.78% from 255) = 42.02%
BLUE value IS 59 (23.44% from 255) = 19.22%
R=38.76%
G=42.02%
B=19.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal119129590.0800.540.4968.5737.2336.86
Hex77813B803631452525
Octal1672017310066611054545
Binary111011110000001111011100001101101100011000101100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77813B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77813B; }

 p { color: rgb(119,129,59); }

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

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

 a { background-color: rgb(119,129,59); }

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

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

 span { border-color: rgb(119,129,59); }

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