#72704B

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

Shades of Hemlock #72704B

Tints of Hemlock #72704B

Color information

#72704B (or 0x72704B) is unknown color: approx Hemlock. HEX triplet: 72, 70 and 4B. RGB value is (114,112,75). Sum of RGB (Red+Green+Blue) = 114+112+75=301 (39% of max value = 765). Red value is 114 (44.92% from 255 or 37.87% from 301); Green value is 112 (44.14% from 255 or 37.21% from 301); Blue value is 75 (29.69% from 255 or 24.92% from 301); Max value from RGB is 114 - color contains mainly: red. Hex color #72704B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72704B is #8D8FB4. Grayscale: #6C6C6C. Windows color (decimal): -9277365 or 4943986. OLE color: 4943986.

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

Color convert

RGB11411275-
CMYK00.020.340.55
HSL56.92º20.63%37.06%-
HSV(B)56.92º34.21%44.71%-
XYZ1415.678.94-
YUV108.38109.16132.01-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.87%
GREEN value IS 112 (44.14% from 255) = 37.21%
BLUE value IS 75 (29.69% from 255) = 24.92%
R=37.87%
G=37.21%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141127500.020.340.5556.9220.6337.06
Hex72704B022237391525
Octal162160113024267712545
Binary11100101110000100101101010001011011111100110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72704B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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