#726F47

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

Shades of Hemlock #726F47

Tints of Hemlock #726F47

Color information

#726F47 (or 0x726F47) is unknown color: approx Hemlock. HEX triplet: 72, 6F and 47. RGB value is (114,111,71). Sum of RGB (Red+Green+Blue) = 114+111+71=296 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.51% from 296); Green value is 111 (43.75% from 255 or 37.5% from 296); Blue value is 71 (28.12% from 255 or 23.99% from 296); Max value from RGB is 114 - color contains mainly: red. Hex color #726F47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726F47 is #8D90B8. Grayscale: #6B6B6B. Windows color (decimal): -9277625 or 4681586. OLE color: 4681586.

HSL color Cylindrical-coordinate representation of color #726F47: hue angle of 55.81º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #726F47 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.55.

Color convert

RGB11411171-
CMYK00.030.380.55
HSL55.81º23.24%36.27%-
HSV(B)55.81º37.72%44.71%-
XYZ13.7615.48.21-
YUV107.34107.49132.75-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.51%
GREEN value IS 111 (43.75% from 255) = 37.5%
BLUE value IS 71 (28.12% from 255) = 23.99%
R=38.51%
G=37.5%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141117100.030.380.5555.8123.2436.27
Hex726F47032637381724
Octal162157107034667702744
Binary11100101101111100011101110011011011111100010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726F47; }

 p { color: rgb(114,111,71); }

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

<style>
 a { background-color: #726F47; }

 a { background-color: rgb(114,111,71); }

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

<style>
 span { border-color: #726F47; }

 span { border-color: rgb(114,111,71); }

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