Shades of Hemlock #747249
Tints of Hemlock #747249
RGB
CMYK
RGB Variations
Color information
#747249 (or 0x747249) is known color: Hemlock. HEX triplet: 74, 72 and 49. RGB value is (116,114,73). Sum of RGB (Red+Green+Blue) = 116+114+73=303 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.28% from 303); Green value is 114 (44.92% from 255 or 37.62% from 303); Blue value is 73 (28.91% from 255 or 24.09% from 303); Max value from RGB is 116 - color contains mainly: red. Hex color #747249 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747249 is #8B8DB6. Grayscale: #6E6E6E. Windows color (decimal): -9145783 or 4813428. OLE color: 4813428.
HSL color Cylindrical-coordinate representation of color #747249: hue angle of 57.21º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #747249 is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 114 | 73 | - |
| CMYK | 0 | 0.02 | 0.37 | 0.55 |
| HSL | 57.21º | 0.23% | 0.37% | - |
| HSV(B) | 57.21º | 0.37% | 0.45% | - |
| XYZ | 14.42 | 16.23 | 8.68 | - |
| YUV | 109.92 | 107.16 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 114 | 73 | 0 | 0.02 | 0.37 | 0.55 | 57.21 | 0.23 | 0.37 |
| Hex | 74 | 72 | 49 | 0 | 2 | 25 | 37 | 39 | 17 | 25 |
| Octal | 164 | 162 | 111 | 0 | 2 | 45 | 67 | 71 | 27 | 45 |
| Binary | 1110100 | 1110010 | 1001001 | 0 | 10 | 100101 | 110111 | 111001 | 10111 | 100101 |
Color Harmonies of #747249
Complementary color
Monochromatic Colors of #747249
Black with #747249
Text Example
Text Example
White with #747249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747249; }
p { color: rgb(116,114,73); }
H1.HeaderClassName
{
color: #747249;
}
.AnyTagClassName
{
color: #747249;
}
</style>
background-color css
<style>
a { background-color: #747249; }
a { background-color: rgb(116,114,73); }
div.DivClassName
{
background-color: #747249;
}
.BgClassName
{
background-color: #747249;
}
</style>
border-color css
<style>
span { border-color: #747249; }
span { border-color: rgb(116,114,73); }
td.TdClassName
{
border-color: #747249;
}
.TagClassName
{
border-color: #747249;
}
</style>