Html Css Color HEX #72772C Olivetone

📋 copy color: '#72772C'

red 114 ◦ green 119 ◦ blue 44

#72772C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olivetone #72772C

Tints of Olivetone #72772C

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 value IS 0.04

 M value IS 0

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

#72772C (or 0x72772C) is known color: 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

RGB 114 119 44 -
CMYK 0.04 0 0.63 0.53
HSL 64º 0.46% 0.32% -
HSV(B) 64º 0.63% 0.47% -
XYZ 13.99 16.95 4.92 -
YUV 108.96 91.34 131.6 -
System Red Green Blue C M Y K H S L
Decimal 114 119 44 0.04 0 0.63 0.53 64 0.46 0.32
Hex 72 77 2C 4 0 3F 35 40 2E 20
Octal 162 167 54 4 0 77 65 100 56 40
Binary 1110010 1110111 101100 100 0 111111 110101 1000000 101110 100000

Color Harmonies of #72772C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72772C

Black with #72772C

Text Example


Text Example

White with #72772C

Text Example


Text Example

HTML Codes & Css Web 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>