Shades of Hemlock #757342
Tints of Hemlock #757342
RGB
CMYK
RGB Variations
Color information
#757342 (or 0x757342) is known color: Hemlock. HEX triplet: 75, 73 and 42. RGB value is (117,115,66). Sum of RGB (Red+Green+Blue) = 117+115+66=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 115 (45.31% from 255 or 38.59% from 298); Blue value is 66 (26.17% from 255 or 22.15% from 298); Max value from RGB is 117 - color contains mainly: red. Hex color #757342 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757342 is #8A8CBD. Grayscale: #6E6E6E. Windows color (decimal): -9079998 or 4354933. OLE color: 4354933.
HSL color Cylindrical-coordinate representation of color #757342: hue angle of 57.65º 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 #757342 is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 115 | 66 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.54 |
| HSL | 57.65º | 0.28% | 0.36% | - |
| HSV(B) | 57.65º | 0.44% | 0.46% | - |
| XYZ | 14.45 | 16.44 | 7.57 | - |
| YUV | 110.01 | 103.16 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 115 | 66 | 0 | 0.02 | 0.44 | 0.54 | 57.65 | 0.28 | 0.36 |
| Hex | 75 | 73 | 42 | 0 | 2 | 2C | 36 | 3A | 1C | 24 |
| Octal | 165 | 163 | 102 | 0 | 2 | 54 | 66 | 72 | 34 | 44 |
| Binary | 1110101 | 1110011 | 1000010 | 0 | 10 | 101100 | 110110 | 111010 | 11100 | 100100 |
Color Harmonies of #757342
Complementary color
Monochromatic Colors of #757342
Black with #757342
Text Example
Text Example
White with #757342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757342; }
p { color: rgb(117,115,66); }
H1.HeaderClassName
{
color: #757342;
}
.AnyTagClassName
{
color: #757342;
}
</style>
background-color css
<style>
a { background-color: #757342; }
a { background-color: rgb(117,115,66); }
div.DivClassName
{
background-color: #757342;
}
.BgClassName
{
background-color: #757342;
}
</style>
border-color css
<style>
span { border-color: #757342; }
span { border-color: rgb(117,115,66); }
td.TdClassName
{
border-color: #757342;
}
.TagClassName
{
border-color: #757342;
}
</style>