#72704A

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

Shades of Hemlock #72704A

Tints of Hemlock #72704A

Color information

#72704A (or 0x72704A) is unknown color: approx Hemlock. HEX triplet: 72, 70 and 4A. RGB value is (114,112,74). Sum of RGB (Red+Green+Blue) = 114+112+74=300 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38% from 300); Green value is 112 (44.14% from 255 or 37.33% from 300); Blue value is 74 (29.30% from 255 or 24.67% from 300); Max value from RGB is 114 - color contains mainly: red. Hex color #72704A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72704A is #8D8FB5. Grayscale: #6C6C6C. Windows color (decimal): -9277366 or 4878450. OLE color: 4878450.

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

Color convert

RGB11411274-
CMYK00.020.350.55
HSL57º21.28%36.86%-
HSV(B)57º35.09%44.71%-
XYZ13.9715.668.77-
YUV108.27108.66132.09-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38%
GREEN value IS 112 (44.14% from 255) = 37.33%
BLUE value IS 74 (29.30% from 255) = 24.67%
R=38%
G=37.33%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141127400.020.350.555721.2836.86
Hex72704A022337391525
Octal162160112024367712545
Binary11100101110000100101001010001111011111100110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72704A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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