#72772C

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

Shades of Olivetone #72772C

Tints of Olivetone #72772C

Color information

#72772C (or 0x72772C) is unknown color: approx Olivetone. HEX triplet: 72, 77 and 2C. RGB value is (114,119,44). Sum of RGB (Red+Green+Blue) = 114+119+44=277 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.16% from 277); Green value is 119 (46.88% from 255 or 42.96% from 277); Blue value is 44 (17.58% from 255 or 15.88% from 277); Max value from RGB is 119 - color contains mainly: green. Hex color #72772C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72772C is #8D88D3. Grayscale: #6D6D6D. Windows color (decimal): -9275604 or 2914162. OLE color: 2914162.

HSL color Cylindrical-coordinate representation of color #72772C: hue angle of 64º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #72772C is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB11411944-
CMYK0.0400.630.53
HSL64º46.01%31.96%-
HSV(B)64º63.03%46.67%-
XYZ13.9916.954.92-
YUV108.9691.34131.6-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.16%
GREEN value IS 119 (46.88% from 255) = 42.96%
BLUE value IS 44 (17.58% from 255) = 15.88%
R=41.16%
G=42.96%
B=15.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal114119440.0400.630.536446.0131.96
Hex72772C403F35402e20
Octal162167544077651005640
Binary1110010111011110110010001111111101011000000101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72772C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72772C; }

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

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

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

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

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

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

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

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