Shades of Hemlock #757642
Tints of Hemlock #757642
RGB
CMYK
RGB Variations
Color information
#757642 (or 0x757642) is known color: Hemlock. HEX triplet: 75, 76 and 42. RGB value is (117,118,66). Sum of RGB (Red+Green+Blue) = 117+118+66=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 118 (46.48% from 255 or 39.20% from 301); Blue value is 66 (26.17% from 255 or 21.93% from 301); Max value from RGB is 118 - color contains mainly: green. Hex color #757642 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757642 is #8A89BD. Grayscale: #6F6F6F. Windows color (decimal): -9079230 or 4355701. OLE color: 4355701.
HSL color Cylindrical-coordinate representation of color #757642: hue angle of 61.15º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #757642 is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 118 | 66 | - |
| CMYK | 0.01 | 0 | 0.44 | 0.54 |
| HSL | 61.15º | 0.28% | 0.36% | - |
| HSV(B) | 61.15º | 0.44% | 0.46% | - |
| XYZ | 14.8 | 17.13 | 7.68 | - |
| YUV | 111.77 | 102.17 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 118 | 66 | 0.01 | 0 | 0.44 | 0.54 | 61.15 | 0.28 | 0.36 |
| Hex | 75 | 76 | 42 | 1 | 0 | 2C | 36 | 3D | 1C | 24 |
| Octal | 165 | 166 | 102 | 1 | 0 | 54 | 66 | 75 | 34 | 44 |
| Binary | 1110101 | 1110110 | 1000010 | 1 | 0 | 101100 | 110110 | 111101 | 11100 | 100100 |
Color Harmonies of #757642
Complementary color
Monochromatic Colors of #757642
Black with #757642
Text Example
Text Example
White with #757642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757642; }
p { color: rgb(117,118,66); }
H1.HeaderClassName
{
color: #757642;
}
.AnyTagClassName
{
color: #757642;
}
</style>
background-color css
<style>
a { background-color: #757642; }
a { background-color: rgb(117,118,66); }
div.DivClassName
{
background-color: #757642;
}
.BgClassName
{
background-color: #757642;
}
</style>
border-color css
<style>
span { border-color: #757642; }
span { border-color: rgb(117,118,66); }
td.TdClassName
{
border-color: #757642;
}
.TagClassName
{
border-color: #757642;
}
</style>