Shades of Hemlock #757349
Tints of Hemlock #757349
RGB
CMYK
RGB Variations
Color information
#757349 (or 0x757349) is known color: Hemlock. HEX triplet: 75, 73 and 49. RGB value is (117,115,73). Sum of RGB (Red+Green+Blue) = 117+115+73=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 115 (45.31% from 255 or 37.70% from 305); Blue value is 73 (28.91% from 255 or 23.93% from 305); Max value from RGB is 117 - color contains mainly: red. Hex color #757349 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757349 is #8A8CB6. Grayscale: #6E6E6E. Windows color (decimal): -9079991 or 4813685. OLE color: 4813685.
HSL color Cylindrical-coordinate representation of color #757349: hue angle of 57.27º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #757349 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 115 | 73 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.54 |
| HSL | 57.27º | 0.23% | 0.37% | - |
| HSV(B) | 57.27º | 0.38% | 0.46% | - |
| XYZ | 14.67 | 16.52 | 8.72 | - |
| YUV | 110.81 | 106.66 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 115 | 73 | 0 | 0.02 | 0.38 | 0.54 | 57.27 | 0.23 | 0.37 |
| Hex | 75 | 73 | 49 | 0 | 2 | 26 | 36 | 39 | 17 | 25 |
| Octal | 165 | 163 | 111 | 0 | 2 | 46 | 66 | 71 | 27 | 45 |
| Binary | 1110101 | 1110011 | 1001001 | 0 | 10 | 100110 | 110110 | 111001 | 10111 | 100101 |
Color Harmonies of #757349
Complementary color
Monochromatic Colors of #757349
Black with #757349
Text Example
Text Example
White with #757349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757349; }
p { color: rgb(117,115,73); }
H1.HeaderClassName
{
color: #757349;
}
.AnyTagClassName
{
color: #757349;
}
</style>
background-color css
<style>
a { background-color: #757349; }
a { background-color: rgb(117,115,73); }
div.DivClassName
{
background-color: #757349;
}
.BgClassName
{
background-color: #757349;
}
</style>
border-color css
<style>
span { border-color: #757349; }
span { border-color: rgb(117,115,73); }
td.TdClassName
{
border-color: #757349;
}
.TagClassName
{
border-color: #757349;
}
</style>