#77813A

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

Shades of Wasabi #77813A

Tints of Wasabi #77813A

Color information

#77813A (or 0x77813A) is unknown color: approx Wasabi. HEX triplet: 77, 81 and 3A. RGB value is (119,129,58). Sum of RGB (Red+Green+Blue) = 119+129+58=306 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.89% from 306); Green value is 129 (50.78% from 255 or 42.16% from 306); Blue value is 58 (23.05% from 255 or 18.95% from 306); Max value from RGB is 129 - color contains mainly: green. Hex color #77813A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77813A is #887EC5. Grayscale: #767676. Windows color (decimal): -8945350 or 3834231. OLE color: 3834231.

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

Color convert

RGB11912958-
CMYK0.0800.550.49
HSL68.45º37.97%36.67%-
HSV(B)68.45º55.04%50.59%-
XYZ16.2219.936.99-
YUV117.9294.19128.77-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.89%
GREEN value IS 129 (50.78% from 255) = 42.16%
BLUE value IS 58 (23.05% from 255) = 18.95%
R=38.89%
G=42.16%
B=18.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal119129580.0800.550.4968.4537.9736.67
Hex77813A803731442625
Octal1672017210067611044645
Binary111011110000001111010100001101111100011000100100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77813A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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