#777021

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

Shades of Olivetone #777021

Tints of Olivetone #777021

Color information

#777021 (or 0x777021) is unknown color: approx Olivetone. HEX triplet: 77, 70 and 21. RGB value is (119,112,33). Sum of RGB (Red+Green+Blue) = 119+112+33=264 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.08% from 264); Green value is 112 (44.14% from 255 or 42.42% from 264); Blue value is 33 (13.28% from 255 or 12.5% from 264); Max value from RGB is 119 - color contains mainly: red. Hex color #777021 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777021 is #888FDE. Grayscale: #696969. Windows color (decimal): -8949727 or 2191479. OLE color: 2191479.

HSL color Cylindrical-coordinate representation of color #777021: hue angle of 55.12º 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 #777021 is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.53.

Color convert

RGB11911233-
CMYK00.060.720.53
HSL55.12º56.58%29.8%-
HSV(B)55.12º72.27%46.67%-
XYZ13.6815.623.73-
YUV105.0987.32137.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.08%
GREEN value IS 112 (44.14% from 255) = 42.42%
BLUE value IS 33 (13.28% from 255) = 12.5%
R=45.08%
G=42.42%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191123300.060.720.5355.1256.5829.8
Hex77702106483537391e
Octal167160410611065677136
Binary111011111100001000010110100100011010111011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777021; }

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

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

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

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

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

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

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

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