Shades of Hemlock #747241
Tints of Hemlock #747241
RGB
CMYK
RGB Variations
Color information
#747241 (or 0x747241) is known color: Hemlock. HEX triplet: 74, 72 and 41. RGB value is (116,114,65). Sum of RGB (Red+Green+Blue) = 116+114+65=295 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.32% from 295); Green value is 114 (44.92% from 255 or 38.64% from 295); Blue value is 65 (25.78% from 255 or 22.03% from 295); Max value from RGB is 116 - color contains mainly: red. Hex color #747241 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747241 is #8B8DBE. Grayscale: #6D6D6D. Windows color (decimal): -9145791 or 4289140. OLE color: 4289140.
HSL color Cylindrical-coordinate representation of color #747241: hue angle of 57.65º 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 #747241 is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 114 | 65 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.55 |
| HSL | 57.65º | 0.28% | 0.35% | - |
| HSV(B) | 57.65º | 0.44% | 0.45% | - |
| XYZ | 14.17 | 16.13 | 7.37 | - |
| YUV | 109.01 | 103.16 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 114 | 65 | 0 | 0.02 | 0.44 | 0.55 | 57.65 | 0.28 | 0.35 |
| Hex | 74 | 72 | 41 | 0 | 2 | 2C | 37 | 3A | 1C | 23 |
| Octal | 164 | 162 | 101 | 0 | 2 | 54 | 67 | 72 | 34 | 43 |
| Binary | 1110100 | 1110010 | 1000001 | 0 | 10 | 101100 | 110111 | 111010 | 11100 | 100011 |
Color Harmonies of #747241
Complementary color
Monochromatic Colors of #747241
Black with #747241
Text Example
Text Example
White with #747241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747241; }
p { color: rgb(116,114,65); }
H1.HeaderClassName
{
color: #747241;
}
.AnyTagClassName
{
color: #747241;
}
</style>
background-color css
<style>
a { background-color: #747241; }
a { background-color: rgb(116,114,65); }
div.DivClassName
{
background-color: #747241;
}
.BgClassName
{
background-color: #747241;
}
</style>
border-color css
<style>
span { border-color: #747241; }
span { border-color: rgb(116,114,65); }
td.TdClassName
{
border-color: #747241;
}
.TagClassName
{
border-color: #747241;
}
</style>