Shades of Hemlock #747240
Tints of Hemlock #747240
RGB
CMYK
RGB Variations
Color information
#747240 (or 0x747240) is known color: Hemlock. HEX triplet: 74, 72 and 40. RGB value is (116,114,64). Sum of RGB (Red+Green+Blue) = 116+114+64=294 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.46% from 294); Green value is 114 (44.92% from 255 or 38.78% from 294); Blue value is 64 (25.39% from 255 or 21.77% from 294); Max value from RGB is 116 - color contains mainly: red. Hex color #747240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747240 is #8B8DBF. Grayscale: #6D6D6D. Windows color (decimal): -9145792 or 4223604. OLE color: 4223604.
HSL color Cylindrical-coordinate representation of color #747240: hue angle of 57.69º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #747240 is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 114 | 64 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.55 |
| HSL | 57.69º | 0.29% | 0.35% | - |
| HSV(B) | 57.69º | 0.45% | 0.45% | - |
| XYZ | 14.15 | 16.12 | 7.22 | - |
| YUV | 108.9 | 102.66 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 114 | 64 | 0 | 0.02 | 0.45 | 0.55 | 57.69 | 0.29 | 0.35 |
| Hex | 74 | 72 | 40 | 0 | 2 | 2D | 37 | 3A | 1D | 23 |
| Octal | 164 | 162 | 100 | 0 | 2 | 55 | 67 | 72 | 35 | 43 |
| Binary | 1110100 | 1110010 | 1000000 | 0 | 10 | 101101 | 110111 | 111010 | 11101 | 100011 |
Color Harmonies of #747240
Complementary color
Monochromatic Colors of #747240
Black with #747240
Text Example
Text Example
White with #747240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747240; }
p { color: rgb(116,114,64); }
H1.HeaderClassName
{
color: #747240;
}
.AnyTagClassName
{
color: #747240;
}
</style>
background-color css
<style>
a { background-color: #747240; }
a { background-color: rgb(116,114,64); }
div.DivClassName
{
background-color: #747240;
}
.BgClassName
{
background-color: #747240;
}
</style>
border-color css
<style>
span { border-color: #747240; }
span { border-color: rgb(116,114,64); }
td.TdClassName
{
border-color: #747240;
}
.TagClassName
{
border-color: #747240;
}
</style>