Shades of Hemlock #757841
Tints of Hemlock #757841
RGB
CMYK
RGB Variations
Color information
#757841 (or 0x757841) is known color: Hemlock. HEX triplet: 75, 78 and 41. RGB value is (117,120,65). Sum of RGB (Red+Green+Blue) = 117+120+65=302 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.74% from 302); Green value is 120 (47.27% from 255 or 39.74% from 302); Blue value is 65 (25.78% from 255 or 21.52% from 302); Max value from RGB is 120 - color contains mainly: green. Hex color #757841 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757841 is #8A87BE. Grayscale: #717171. Windows color (decimal): -9078719 or 4290677. OLE color: 4290677.
HSL color Cylindrical-coordinate representation of color #757841: 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 #757841 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 120 | 65 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.53 |
| HSL | 63.27º | 0.3% | 0.36% | - |
| HSV(B) | 63.27º | 0.46% | 0.47% | - |
| XYZ | 15.01 | 17.6 | 7.61 | - |
| YUV | 112.83 | 101.01 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 120 | 65 | 0.02 | 0 | 0.46 | 0.53 | 63.27 | 0.3 | 0.36 |
| Hex | 75 | 78 | 41 | 2 | 0 | 2E | 35 | 3F | 1E | 24 |
| Octal | 165 | 170 | 101 | 2 | 0 | 56 | 65 | 77 | 36 | 44 |
| Binary | 1110101 | 1111000 | 1000001 | 10 | 0 | 101110 | 110101 | 111111 | 11110 | 100100 |
Color Harmonies of #757841
Complementary color
Monochromatic Colors of #757841
Black with #757841
Text Example
Text Example
White with #757841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757841; }
p { color: rgb(117,120,65); }
H1.HeaderClassName
{
color: #757841;
}
.AnyTagClassName
{
color: #757841;
}
</style>
background-color css
<style>
a { background-color: #757841; }
a { background-color: rgb(117,120,65); }
div.DivClassName
{
background-color: #757841;
}
.BgClassName
{
background-color: #757841;
}
</style>
border-color css
<style>
span { border-color: #757841; }
span { border-color: rgb(117,120,65); }
td.TdClassName
{
border-color: #757841;
}
.TagClassName
{
border-color: #757841;
}
</style>