#776E21

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

Shades of Olivetone #776E21

Tints of Olivetone #776E21

Color information

#776E21 (or 0x776E21) is unknown color: approx Olivetone. HEX triplet: 77, 6E and 21. RGB value is (119,110,33). Sum of RGB (Red+Green+Blue) = 119+110+33=262 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.42% from 262); Green value is 110 (43.36% from 255 or 41.98% from 262); Blue value is 33 (13.28% from 255 or 12.60% from 262); Max value from RGB is 119 - color contains mainly: red. Hex color #776E21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776E21 is #8891DE. Grayscale: #686868. Windows color (decimal): -8950239 or 2190967. OLE color: 2190967.

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

Color convert

RGB11911033-
CMYK00.080.720.53
HSL53.72º56.58%29.8%-
HSV(B)53.72º72.27%46.67%-
XYZ13.4615.183.66-
YUV103.9187.98138.76-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.42%
GREEN value IS 110 (43.36% from 255) = 41.98%
BLUE value IS 33 (13.28% from 255) = 12.60%
R=45.42%
G=41.98%
B=12.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191103300.080.720.5353.7256.5829.8
Hex776E2108483536391e
Octal1671564101011065667136
Binary1110111110111010000101000100100011010111011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,110,33); }

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

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

 a { background-color: rgb(119,110,33); }

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

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

 span { border-color: rgb(119,110,33); }

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