#776C20

Color #776C20 Olivetone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivetone #776C20

Tints of Olivetone #776C20

Color information

#776C20 (or 0x776C20) is unknown color: approx Olivetone. HEX triplet: 77, 6C and 20. RGB value is (119,108,32). Sum of RGB (Red+Green+Blue) = 119+108+32=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 108 (42.58% from 255 or 41.70% from 259); Blue value is 32 (12.89% from 255 or 12.36% from 259); Max value from RGB is 119 - color contains mainly: red. Hex color #776C20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776C20 is #8893DF. Grayscale: #666666. Windows color (decimal): -8950752 or 2124919. OLE color: 2124919.

HSL color Cylindrical-coordinate representation of color #776C20: hue angle of 52.41º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #776C20 is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB11910832-
CMYK00.090.730.53
HSL52.41º57.62%29.61%-
HSV(B)52.41º73.11%46.67%-
XYZ13.2314.753.52-
YUV102.6288.14139.68-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.95%
GREEN value IS 108 (42.58% from 255) = 41.70%
BLUE value IS 32 (12.89% from 255) = 12.36%
R=45.95%
G=41.70%
B=12.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191083200.090.730.5352.4157.6229.61
Hex776C20094935343a1e
Octal1671544001111165647236
Binary1110111110110010000001001100100111010111010011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776C20; }

 p { color: rgb(119,108,32); }

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

<style>
 a { background-color: #776C20; }

 a { background-color: rgb(119,108,32); }

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

<style>
 span { border-color: #776C20; }

 span { border-color: rgb(119,108,32); }

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