#726F4F

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

Shades of Hemlock #726F4F

Tints of Hemlock #726F4F

Color information

#726F4F (or 0x726F4F) is unknown color: approx Hemlock. HEX triplet: 72, 6F and 4F. RGB value is (114,111,79). Sum of RGB (Red+Green+Blue) = 114+111+79=304 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.5% from 304); Green value is 111 (43.75% from 255 or 36.51% from 304); Blue value is 79 (31.25% from 255 or 25.99% from 304); Max value from RGB is 114 - color contains mainly: red. Hex color #726F4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726F4F is #8D90B0. Grayscale: #6C6C6C. Windows color (decimal): -9277617 or 5205874. OLE color: 5205874.

HSL color Cylindrical-coordinate representation of color #726F4F: hue angle of 54.86º 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 #726F4F is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB11411179-
CMYK00.030.310.55
HSL54.86º18.13%37.84%-
HSV(B)54.86º30.7%44.71%-
XYZ14.0415.519.65-
YUV108.25111.49132.1-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.5%
GREEN value IS 111 (43.75% from 255) = 36.51%
BLUE value IS 79 (31.25% from 255) = 25.99%
R=37.5%
G=36.51%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141117900.030.310.5554.8618.1337.84
Hex726F4F031F37371226
Octal162157117033767672246
Binary1110010110111110011110111111111011111011110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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