Shades of Hemlock #757447
Tints of Hemlock #757447
RGB
CMYK
RGB Variations
Color information
#757447 (or 0x757447) is known color: Hemlock. HEX triplet: 75, 74 and 47. RGB value is (117,116,71). Sum of RGB (Red+Green+Blue) = 117+116+71=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 116 (45.70% from 255 or 38.16% from 304); Blue value is 71 (28.12% from 255 or 23.36% from 304); Max value from RGB is 117 - color contains mainly: red. Hex color #757447 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757447 is #8A8BB8. Grayscale: #6F6F6F. Windows color (decimal): -9079737 or 4682869. OLE color: 4682869.
HSL color Cylindrical-coordinate representation of color #757447: hue angle of 58.7º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #757447 is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 116 | 71 | - |
| CMYK | 0 | 0.01 | 0.39 | 0.54 |
| HSL | 58.7º | 0.24% | 0.37% | - |
| HSV(B) | 58.7º | 0.39% | 0.46% | - |
| XYZ | 14.72 | 16.73 | 8.41 | - |
| YUV | 111.17 | 105.33 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 116 | 71 | 0 | 0.01 | 0.39 | 0.54 | 58.7 | 0.24 | 0.37 |
| Hex | 75 | 74 | 47 | 0 | 1 | 27 | 36 | 3B | 18 | 25 |
| Octal | 165 | 164 | 107 | 0 | 1 | 47 | 66 | 73 | 30 | 45 |
| Binary | 1110101 | 1110100 | 1000111 | 0 | 1 | 100111 | 110110 | 111011 | 11000 | 100101 |
Color Harmonies of #757447
Complementary color
Monochromatic Colors of #757447
Black with #757447
Text Example
Text Example
White with #757447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757447; }
p { color: rgb(117,116,71); }
H1.HeaderClassName
{
color: #757447;
}
.AnyTagClassName
{
color: #757447;
}
</style>
background-color css
<style>
a { background-color: #757447; }
a { background-color: rgb(117,116,71); }
div.DivClassName
{
background-color: #757447;
}
.BgClassName
{
background-color: #757447;
}
</style>
border-color css
<style>
span { border-color: #757447; }
span { border-color: rgb(117,116,71); }
td.TdClassName
{
border-color: #757447;
}
.TagClassName
{
border-color: #757447;
}
</style>