Shades of Hemlock #757241
Tints of Hemlock #757241
RGB
CMYK
RGB Variations
Color information
#757241 (or 0x757241) is known color: Hemlock. HEX triplet: 75, 72 and 41. RGB value is (117,114,65). Sum of RGB (Red+Green+Blue) = 117+114+65=296 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.53% from 296); Green value is 114 (44.92% from 255 or 38.51% from 296); Blue value is 65 (25.78% from 255 or 21.96% from 296); Max value from RGB is 117 - color contains mainly: red. Hex color #757241 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757241 is #8A8DBE. Grayscale: #6D6D6D. Windows color (decimal): -9080255 or 4289141. OLE color: 4289141.
HSL color Cylindrical-coordinate representation of color #757241: hue angle of 56.54º degrees, saturation: 0.29, 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 #757241 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 114 | 65 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.54 |
| HSL | 56.54º | 0.29% | 0.36% | - |
| HSV(B) | 56.54º | 0.44% | 0.46% | - |
| XYZ | 14.31 | 16.2 | 7.37 | - |
| YUV | 109.31 | 102.99 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 114 | 65 | 0 | 0.03 | 0.44 | 0.54 | 56.54 | 0.29 | 0.36 |
| Hex | 75 | 72 | 41 | 0 | 3 | 2C | 36 | 39 | 1D | 24 |
| Octal | 165 | 162 | 101 | 0 | 3 | 54 | 66 | 71 | 35 | 44 |
| Binary | 1110101 | 1110010 | 1000001 | 0 | 11 | 101100 | 110110 | 111001 | 11101 | 100100 |
Color Harmonies of #757241
Complementary color
Monochromatic Colors of #757241
Black with #757241
Text Example
Text Example
White with #757241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757241; }
p { color: rgb(117,114,65); }
H1.HeaderClassName
{
color: #757241;
}
.AnyTagClassName
{
color: #757241;
}
</style>
background-color css
<style>
a { background-color: #757241; }
a { background-color: rgb(117,114,65); }
div.DivClassName
{
background-color: #757241;
}
.BgClassName
{
background-color: #757241;
}
</style>
border-color css
<style>
span { border-color: #757241; }
span { border-color: rgb(117,114,65); }
td.TdClassName
{
border-color: #757241;
}
.TagClassName
{
border-color: #757241;
}
</style>