Shades of Hemlock #757742
Tints of Hemlock #757742
RGB
CMYK
RGB Variations
Color information
#757742 (or 0x757742) is known color: Hemlock. HEX triplet: 75, 77 and 42. RGB value is (117,119,66). Sum of RGB (Red+Green+Blue) = 117+119+66=302 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.74% from 302); Green value is 119 (46.88% from 255 or 39.40% from 302); Blue value is 66 (26.17% from 255 or 21.85% from 302); Max value from RGB is 119 - color contains mainly: green. Hex color #757742 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757742 is #8A88BD. Grayscale: #707070. Windows color (decimal): -9078974 or 4355957. OLE color: 4355957.
HSL color Cylindrical-coordinate representation of color #757742: hue angle of 62.26º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #757742 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 119 | 66 | - |
| CMYK | 0.02 | 0 | 0.45 | 0.53 |
| HSL | 62.26º | 0.29% | 0.36% | - |
| HSV(B) | 62.26º | 0.45% | 0.47% | - |
| XYZ | 14.92 | 17.37 | 7.72 | - |
| YUV | 112.36 | 101.84 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 119 | 66 | 0.02 | 0 | 0.45 | 0.53 | 62.26 | 0.29 | 0.36 |
| Hex | 75 | 77 | 42 | 2 | 0 | 2D | 35 | 3E | 1D | 24 |
| Octal | 165 | 167 | 102 | 2 | 0 | 55 | 65 | 76 | 35 | 44 |
| Binary | 1110101 | 1110111 | 1000010 | 10 | 0 | 101101 | 110101 | 111110 | 11101 | 100100 |
Color Harmonies of #757742
Complementary color
Monochromatic Colors of #757742
Black with #757742
Text Example
Text Example
White with #757742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757742; }
p { color: rgb(117,119,66); }
H1.HeaderClassName
{
color: #757742;
}
.AnyTagClassName
{
color: #757742;
}
</style>
background-color css
<style>
a { background-color: #757742; }
a { background-color: rgb(117,119,66); }
div.DivClassName
{
background-color: #757742;
}
.BgClassName
{
background-color: #757742;
}
</style>
border-color css
<style>
span { border-color: #757742; }
span { border-color: rgb(117,119,66); }
td.TdClassName
{
border-color: #757742;
}
.TagClassName
{
border-color: #757742;
}
</style>