#72704D

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

Shades of Hemlock #72704D

Tints of Hemlock #72704D

Color information

#72704D (or 0x72704D) is unknown color: approx Hemlock. HEX triplet: 72, 70 and 4D. RGB value is (114,112,77). Sum of RGB (Red+Green+Blue) = 114+112+77=303 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.62% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 77 (30.47% from 255 or 25.41% from 303); Max value from RGB is 114 - color contains mainly: red. Hex color #72704D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72704D is #8D8FB2. Grayscale: #6C6C6C. Windows color (decimal): -9277363 or 5075058. OLE color: 5075058.

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

Color convert

RGB11411277-
CMYK00.020.320.55
HSL56.76º19.37%37.45%-
HSV(B)56.76º32.46%44.71%-
XYZ14.0715.79.31-
YUV108.61110.16131.85-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.62%
GREEN value IS 112 (44.14% from 255) = 36.96%
BLUE value IS 77 (30.47% from 255) = 25.41%
R=37.62%
G=36.96%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141127700.020.320.5556.7619.3737.45
Hex72704D022037391325
Octal162160115024067712345
Binary11100101110000100110101010000011011111100110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72704D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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