#72704C

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

Shades of Hemlock #72704C

Tints of Hemlock #72704C

Color information

#72704C (or 0x72704C) is unknown color: approx Hemlock. HEX triplet: 72, 70 and 4C. RGB value is (114,112,76). Sum of RGB (Red+Green+Blue) = 114+112+76=302 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.75% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 76 (30.08% from 255 or 25.17% from 302); Max value from RGB is 114 - color contains mainly: red. Hex color #72704C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72704C is #8D8FB3. Grayscale: #6C6C6C. Windows color (decimal): -9277364 or 5009522. OLE color: 5009522.

HSL color Cylindrical-coordinate representation of color #72704C: hue angle of 56.84º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #72704C is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB11411276-
CMYK00.020.330.55
HSL56.84º20%37.25%-
HSV(B)56.84º33.33%44.71%-
XYZ14.0415.699.13-
YUV108.49109.66131.93-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.75%
GREEN value IS 112 (44.14% from 255) = 37.09%
BLUE value IS 76 (30.08% from 255) = 25.17%
R=37.75%
G=37.09%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141127600.020.330.5556.842037.25
Hex72704C022137391425
Octal162160114024167712445
Binary11100101110000100110001010000111011111100110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72704C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,112,76); }

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

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

 a { background-color: rgb(114,112,76); }

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

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

 span { border-color: rgb(114,112,76); }

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