Shades of Hemlock #757343
Tints of Hemlock #757343
RGB
CMYK
RGB Variations
Color information
#757343 (or 0x757343) is known color: Hemlock. HEX triplet: 75, 73 and 43. RGB value is (117,115,67). Sum of RGB (Red+Green+Blue) = 117+115+67=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 115 (45.31% from 255 or 38.46% from 299); Blue value is 67 (26.56% from 255 or 22.41% from 299); Max value from RGB is 117 - color contains mainly: red. Hex color #757343 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757343 is #8A8CBC. Grayscale: #6E6E6E. Windows color (decimal): -9079997 or 4420469. OLE color: 4420469.
HSL color Cylindrical-coordinate representation of color #757343: hue angle of 57.6º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #757343 is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 115 | 67 | - |
| CMYK | 0 | 0.02 | 0.43 | 0.54 |
| HSL | 57.6º | 0.27% | 0.36% | - |
| HSV(B) | 57.6º | 0.43% | 0.46% | - |
| XYZ | 14.48 | 16.45 | 7.72 | - |
| YUV | 110.13 | 103.66 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 115 | 67 | 0 | 0.02 | 0.43 | 0.54 | 57.6 | 0.27 | 0.36 |
| Hex | 75 | 73 | 43 | 0 | 2 | 2B | 36 | 3A | 1B | 24 |
| Octal | 165 | 163 | 103 | 0 | 2 | 53 | 66 | 72 | 33 | 44 |
| Binary | 1110101 | 1110011 | 1000011 | 0 | 10 | 101011 | 110110 | 111010 | 11011 | 100100 |
Color Harmonies of #757343
Complementary color
Monochromatic Colors of #757343
Black with #757343
Text Example
Text Example
White with #757343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757343; }
p { color: rgb(117,115,67); }
H1.HeaderClassName
{
color: #757343;
}
.AnyTagClassName
{
color: #757343;
}
</style>
background-color css
<style>
a { background-color: #757343; }
a { background-color: rgb(117,115,67); }
div.DivClassName
{
background-color: #757343;
}
.BgClassName
{
background-color: #757343;
}
</style>
border-color css
<style>
span { border-color: #757343; }
span { border-color: rgb(117,115,67); }
td.TdClassName
{
border-color: #757343;
}
.TagClassName
{
border-color: #757343;
}
</style>