#77803A

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

Shades of Wasabi #77803A

Tints of Wasabi #77803A

Color information

#77803A (or 0x77803A) is unknown color: approx Wasabi. HEX triplet: 77, 80 and 3A. RGB value is (119,128,58). Sum of RGB (Red+Green+Blue) = 119+128+58=305 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.02% from 305); Green value is 128 (50.39% from 255 or 41.97% from 305); Blue value is 58 (23.05% from 255 or 19.02% from 305); Max value from RGB is 128 - color contains mainly: green. Hex color #77803A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77803A is #887FC5. Grayscale: #757575. Windows color (decimal): -8945606 or 3833975. OLE color: 3833975.

HSL color Cylindrical-coordinate representation of color #77803A: hue angle of 67.71º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #77803A is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB11912858-
CMYK0.0700.550.50
HSL67.71º37.63%36.47%-
HSV(B)67.71º54.69%50.2%-
XYZ16.0919.676.95-
YUV117.3394.52129.19-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.02%
GREEN value IS 128 (50.39% from 255) = 41.97%
BLUE value IS 58 (23.05% from 255) = 19.02%
R=39.02%
G=41.97%
B=19.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal119128580.0700.550.5067.7137.6336.47
Hex77803A703732442624
Octal167200727067621044644
Binary11101111000000011101011101101111100101000100100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77803A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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