Shades of Hemlock #757740
Tints of Hemlock #757740
RGB
CMYK
RGB Variations
Color information
#757740 (or 0x757740) is known color: Hemlock. HEX triplet: 75, 77 and 40. RGB value is (117,119,64). Sum of RGB (Red+Green+Blue) = 117+119+64=300 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39% from 300); Green value is 119 (46.88% from 255 or 39.67% from 300); Blue value is 64 (25.39% from 255 or 21.33% from 300); Max value from RGB is 119 - color contains mainly: green. Hex color #757740 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757740 is #8A88BF. Grayscale: #707070. Windows color (decimal): -9078976 or 4224885. OLE color: 4224885.
HSL color Cylindrical-coordinate representation of color #757740: hue angle of 62.18º 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 #757740 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 119 | 64 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.53 |
| HSL | 62.18º | 0.3% | 0.36% | - |
| HSV(B) | 62.18º | 0.46% | 0.47% | - |
| XYZ | 14.86 | 17.35 | 7.42 | - |
| YUV | 112.13 | 100.84 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 119 | 64 | 0.02 | 0 | 0.46 | 0.53 | 62.18 | 0.3 | 0.36 |
| Hex | 75 | 77 | 40 | 2 | 0 | 2E | 35 | 3E | 1E | 24 |
| Octal | 165 | 167 | 100 | 2 | 0 | 56 | 65 | 76 | 36 | 44 |
| Binary | 1110101 | 1110111 | 1000000 | 10 | 0 | 101110 | 110101 | 111110 | 11110 | 100100 |
Color Harmonies of #757740
Complementary color
Monochromatic Colors of #757740
Black with #757740
Text Example
Text Example
White with #757740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757740; }
p { color: rgb(117,119,64); }
H1.HeaderClassName
{
color: #757740;
}
.AnyTagClassName
{
color: #757740;
}
</style>
background-color css
<style>
a { background-color: #757740; }
a { background-color: rgb(117,119,64); }
div.DivClassName
{
background-color: #757740;
}
.BgClassName
{
background-color: #757740;
}
</style>
border-color css
<style>
span { border-color: #757740; }
span { border-color: rgb(117,119,64); }
td.TdClassName
{
border-color: #757740;
}
.TagClassName
{
border-color: #757740;
}
</style>