#777120

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

Shades of Olivetone #777120

Tints of Olivetone #777120

Color information

#777120 (or 0x777120) is unknown color: approx Olivetone. HEX triplet: 77, 71 and 20. RGB value is (119,113,32). Sum of RGB (Red+Green+Blue) = 119+113+32=264 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.08% from 264); Green value is 113 (44.53% from 255 or 42.80% from 264); Blue value is 32 (12.89% from 255 or 12.12% from 264); Max value from RGB is 119 - color contains mainly: red. Hex color #777120 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777120 is #888EDF. Grayscale: #696969. Windows color (decimal): -8949472 or 2126199. OLE color: 2126199.

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

Color convert

RGB11911332-
CMYK00.050.730.53
HSL55.86º57.62%29.61%-
HSV(B)55.86º73.11%46.67%-
XYZ13.7715.843.7-
YUV105.5686.49137.59-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.08%
GREEN value IS 113 (44.53% from 255) = 42.80%
BLUE value IS 32 (12.89% from 255) = 12.12%
R=45.08%
G=42.80%
B=12.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191133200.050.730.5355.8657.6229.61
Hex777120054935383a1e
Octal167161400511165707236
Binary111011111100011000000101100100111010111100011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777120; }

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

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

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

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

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

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

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

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