#72704F

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

Shades of Hemlock #72704F

Tints of Hemlock #72704F

Color information

#72704F (or 0x72704F) is unknown color: approx Hemlock. HEX triplet: 72, 70 and 4F. RGB value is (114,112,79). Sum of RGB (Red+Green+Blue) = 114+112+79=305 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.38% from 305); Green value is 112 (44.14% from 255 or 36.72% from 305); Blue value is 79 (31.25% from 255 or 25.90% from 305); Max value from RGB is 114 - color contains mainly: red. Hex color #72704F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72704F is #8D8FB0. Grayscale: #6C6C6C. Windows color (decimal): -9277361 or 5206130. OLE color: 5206130.

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

Color convert

RGB11411279-
CMYK00.020.310.55
HSL56.57º18.13%37.84%-
HSV(B)56.57º30.7%44.71%-
XYZ14.1415.739.69-
YUV108.84111.16131.68-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.38%
GREEN value IS 112 (44.14% from 255) = 36.72%
BLUE value IS 79 (31.25% from 255) = 25.90%
R=37.38%
G=36.72%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141127900.020.310.5556.5718.1337.84
Hex72704F021F37391226
Octal162160117023767712246
Binary1110010111000010011110101111111011111100110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72704F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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