#726F4A

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

Shades of Hemlock #726F4A

Tints of Hemlock #726F4A

Color information

#726F4A (or 0x726F4A) is unknown color: approx Hemlock. HEX triplet: 72, 6F and 4A. RGB value is (114,111,74). Sum of RGB (Red+Green+Blue) = 114+111+74=299 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.13% from 299); Green value is 111 (43.75% from 255 or 37.12% from 299); Blue value is 74 (29.30% from 255 or 24.75% from 299); Max value from RGB is 114 - color contains mainly: red. Hex color #726F4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726F4A is #8D90B5. Grayscale: #6B6B6B. Windows color (decimal): -9277622 or 4878194. OLE color: 4878194.

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

Color convert

RGB11411174-
CMYK00.030.350.55
HSL55.5º21.28%36.86%-
HSV(B)55.5º35.09%44.71%-
XYZ13.8615.448.73-
YUV107.68108.99132.51-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.13%
GREEN value IS 111 (43.75% from 255) = 37.12%
BLUE value IS 74 (29.30% from 255) = 24.75%
R=38.13%
G=37.12%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141117400.030.350.5555.521.2836.86
Hex726F4A032337381525
Octal162157112034367702545
Binary11100101101111100101001110001111011111100010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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