Shades of Hemlock #747740
Tints of Hemlock #747740
RGB
CMYK
RGB Variations
Color information
#747740 (or 0x747740) is known color: Hemlock. HEX triplet: 74, 77 and 40. RGB value is (116,119,64). Sum of RGB (Red+Green+Blue) = 116+119+64=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 119 (46.88% from 255 or 39.80% from 299); Blue value is 64 (25.39% from 255 or 21.40% from 299); Max value from RGB is 119 - color contains mainly: green. Hex color #747740 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747740 is #8B88BF. Grayscale: #707070. Windows color (decimal): -9144512 or 4224884. OLE color: 4224884.
HSL color Cylindrical-coordinate representation of color #747740: hue angle of 63.27º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #747740 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 119 | 64 | - |
| CMYK | 0.03 | 0 | 0.46 | 0.53 |
| HSL | 63.27º | 0.3% | 0.36% | - |
| HSV(B) | 63.27º | 0.46% | 0.47% | - |
| XYZ | 14.72 | 17.28 | 7.41 | - |
| YUV | 111.83 | 101.01 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 119 | 64 | 0.03 | 0 | 0.46 | 0.53 | 63.27 | 0.3 | 0.36 |
| Hex | 74 | 77 | 40 | 3 | 0 | 2E | 35 | 3F | 1E | 24 |
| Octal | 164 | 167 | 100 | 3 | 0 | 56 | 65 | 77 | 36 | 44 |
| Binary | 1110100 | 1110111 | 1000000 | 11 | 0 | 101110 | 110101 | 111111 | 11110 | 100100 |
Color Harmonies of #747740
Complementary color
Monochromatic Colors of #747740
Black with #747740
Text Example
Text Example
White with #747740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747740; }
p { color: rgb(116,119,64); }
H1.HeaderClassName
{
color: #747740;
}
.AnyTagClassName
{
color: #747740;
}
</style>
background-color css
<style>
a { background-color: #747740; }
a { background-color: rgb(116,119,64); }
div.DivClassName
{
background-color: #747740;
}
.BgClassName
{
background-color: #747740;
}
</style>
border-color css
<style>
span { border-color: #747740; }
span { border-color: rgb(116,119,64); }
td.TdClassName
{
border-color: #747740;
}
.TagClassName
{
border-color: #747740;
}
</style>