Shades of Hemlock #747041
Tints of Hemlock #747041
RGB
CMYK
RGB Variations
Color information
#747041 (or 0x747041) is known color: Hemlock. HEX triplet: 74, 70 and 41. RGB value is (116,112,65). Sum of RGB (Red+Green+Blue) = 116+112+65=293 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.59% from 293); Green value is 112 (44.14% from 255 or 38.23% from 293); Blue value is 65 (25.78% from 255 or 22.18% from 293); Max value from RGB is 116 - color contains mainly: red. Hex color #747041 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747041 is #8B8FBE. Grayscale: #6C6C6C. Windows color (decimal): -9146303 or 4288628. OLE color: 4288628.
HSL color Cylindrical-coordinate representation of color #747041: hue angle of 55.29º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #747041 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 112 | 65 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.55 |
| HSL | 55.29º | 0.28% | 0.35% | - |
| HSV(B) | 55.29º | 0.44% | 0.45% | - |
| XYZ | 13.95 | 15.68 | 7.29 | - |
| YUV | 107.84 | 103.83 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 112 | 65 | 0 | 0.03 | 0.44 | 0.55 | 55.29 | 0.28 | 0.35 |
| Hex | 74 | 70 | 41 | 0 | 3 | 2C | 37 | 37 | 1C | 23 |
| Octal | 164 | 160 | 101 | 0 | 3 | 54 | 67 | 67 | 34 | 43 |
| Binary | 1110100 | 1110000 | 1000001 | 0 | 11 | 101100 | 110111 | 110111 | 11100 | 100011 |
Color Harmonies of #747041
Complementary color
Monochromatic Colors of #747041
Black with #747041
Text Example
Text Example
White with #747041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747041; }
p { color: rgb(116,112,65); }
H1.HeaderClassName
{
color: #747041;
}
.AnyTagClassName
{
color: #747041;
}
</style>
background-color css
<style>
a { background-color: #747041; }
a { background-color: rgb(116,112,65); }
div.DivClassName
{
background-color: #747041;
}
.BgClassName
{
background-color: #747041;
}
</style>
border-color css
<style>
span { border-color: #747041; }
span { border-color: rgb(116,112,65); }
td.TdClassName
{
border-color: #747041;
}
.TagClassName
{
border-color: #747041;
}
</style>