#777212

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

Shades of Olivetone #777212

Tints of Olivetone #777212

Color information

#777212 (or 0x777212) is unknown color: approx Olivetone. HEX triplet: 77, 72 and 12. RGB value is (119,114,18). Sum of RGB (Red+Green+Blue) = 119+114+18=251 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.41% from 251); Green value is 114 (44.92% from 255 or 45.42% from 251); Blue value is 18 (7.42% from 255 or 7.17% from 251); Max value from RGB is 119 - color contains mainly: red. Hex color #777212 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777212 is #888DED. Grayscale: #686868. Windows color (decimal): -8949230 or 1208951. OLE color: 1208951.

HSL color Cylindrical-coordinate representation of color #777212: hue angle of 57.03º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #777212 is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB11911418-
CMYK00.040.850.53
HSL57.03º73.72%26.86%-
HSV(B)57.03º84.87%46.67%-
XYZ13.73162.94-
YUV104.5579.16138.31-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.41%
GREEN value IS 114 (44.92% from 255) = 45.42%
BLUE value IS 18 (7.42% from 255) = 7.17%
R=47.41%
G=45.42%
B=7.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191141800.040.850.5357.0373.7226.86
Hex777212045535394a1b
Octal1671622204125657111233
Binary111011111100101001001001010101110101111001100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777212; }

 p { color: rgb(119,114,18); }

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

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

 a { background-color: rgb(119,114,18); }

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

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

 span { border-color: rgb(119,114,18); }

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