Shades of Hemlock #747140
Tints of Hemlock #747140
RGB
CMYK
RGB Variations
Color information
#747140 (or 0x747140) is known color: Hemlock. HEX triplet: 74, 71 and 40. RGB value is (116,113,64). Sum of RGB (Red+Green+Blue) = 116+113+64=293 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.59% from 293); Green value is 113 (44.53% from 255 or 38.57% from 293); Blue value is 64 (25.39% from 255 or 21.84% from 293); Max value from RGB is 116 - color contains mainly: red. Hex color #747140 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747140 is #8B8EBF. Grayscale: #6C6C6C. Windows color (decimal): -9146048 or 4223348. OLE color: 4223348.
HSL color Cylindrical-coordinate representation of color #747140: hue angle of 56.54º 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 #747140 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 113 | 64 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.55 |
| HSL | 56.54º | 0.29% | 0.35% | - |
| HSV(B) | 56.54º | 0.45% | 0.45% | - |
| XYZ | 14.03 | 15.89 | 7.18 | - |
| YUV | 108.31 | 102.99 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 113 | 64 | 0 | 0.03 | 0.45 | 0.55 | 56.54 | 0.29 | 0.35 |
| Hex | 74 | 71 | 40 | 0 | 3 | 2D | 37 | 39 | 1D | 23 |
| Octal | 164 | 161 | 100 | 0 | 3 | 55 | 67 | 71 | 35 | 43 |
| Binary | 1110100 | 1110001 | 1000000 | 0 | 11 | 101101 | 110111 | 111001 | 11101 | 100011 |
Color Harmonies of #747140
Complementary color
Monochromatic Colors of #747140
Black with #747140
Text Example
Text Example
White with #747140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747140; }
p { color: rgb(116,113,64); }
H1.HeaderClassName
{
color: #747140;
}
.AnyTagClassName
{
color: #747140;
}
</style>
background-color css
<style>
a { background-color: #747140; }
a { background-color: rgb(116,113,64); }
div.DivClassName
{
background-color: #747140;
}
.BgClassName
{
background-color: #747140;
}
</style>
border-color css
<style>
span { border-color: #747140; }
span { border-color: rgb(116,113,64); }
td.TdClassName
{
border-color: #747140;
}
.TagClassName
{
border-color: #747140;
}
</style>