Shades of Hemlock #726D3D
Tints of Hemlock #726D3D
RGB
CMYK
RGB Variations
Color information
#726D3D (or 0x726D3D) is known color: Hemlock. HEX triplet: 72, 6D and 3D. RGB value is (114,109,61). Sum of RGB (Red+Green+Blue) = 114+109+61=284 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.14% from 284); Green value is 109 (42.97% from 255 or 38.38% from 284); Blue value is 61 (24.22% from 255 or 21.48% from 284); Max value from RGB is 114 - color contains mainly: red. Hex color #726D3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726D3D is #8D92C2. Grayscale: #696969. Windows color (decimal): -9278147 or 4025714. OLE color: 4025714.
HSL color Cylindrical-coordinate representation of color #726D3D: hue angle of 54.34º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #726D3D is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 109 | 61 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.55 |
| HSL | 54.34º | 0.3% | 0.34% | - |
| HSV(B) | 54.34º | 0.46% | 0.45% | - |
| XYZ | 13.25 | 14.85 | 6.58 | - |
| YUV | 105.02 | 103.16 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 109 | 61 | 0 | 0.04 | 0.46 | 0.55 | 54.34 | 0.3 | 0.34 |
| Hex | 72 | 6D | 3D | 0 | 4 | 2E | 37 | 36 | 1E | 22 |
| Octal | 162 | 155 | 75 | 0 | 4 | 56 | 67 | 66 | 36 | 42 |
| Binary | 1110010 | 1101101 | 111101 | 0 | 100 | 101110 | 110111 | 110110 | 11110 | 100010 |
Color Harmonies of #726D3D
Complementary color
Monochromatic Colors of #726D3D
Black with #726D3D
Text Example
Text Example
White with #726D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726D3D; }
p { color: rgb(114,109,61); }
H1.HeaderClassName
{
color: #726D3D;
}
.AnyTagClassName
{
color: #726D3D;
}
</style>
background-color css
<style>
a { background-color: #726D3D; }
a { background-color: rgb(114,109,61); }
div.DivClassName
{
background-color: #726D3D;
}
.BgClassName
{
background-color: #726D3D;
}
</style>
border-color css
<style>
span { border-color: #726D3D; }
span { border-color: rgb(114,109,61); }
td.TdClassName
{
border-color: #726D3D;
}
.TagClassName
{
border-color: #726D3D;
}
</style>