Shades of Hemlock #757443
Tints of Hemlock #757443
RGB
CMYK
RGB Variations
Color information
#757443 (or 0x757443) is known color: Hemlock. HEX triplet: 75, 74 and 43. RGB value is (117,116,67). Sum of RGB (Red+Green+Blue) = 117+116+67=300 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39% from 300); Green value is 116 (45.70% from 255 or 38.67% from 300); Blue value is 67 (26.56% from 255 or 22.33% from 300); Max value from RGB is 117 - color contains mainly: red. Hex color #757443 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757443 is #8A8BBC. Grayscale: #6E6E6E. Windows color (decimal): -9079741 or 4420725. OLE color: 4420725.
HSL color Cylindrical-coordinate representation of color #757443: hue angle of 58.8º 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 #757443 is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 116 | 67 | - |
| CMYK | 0 | 0.01 | 0.43 | 0.54 |
| HSL | 58.8º | 0.27% | 0.36% | - |
| HSV(B) | 58.8º | 0.43% | 0.46% | - |
| XYZ | 14.59 | 16.68 | 7.76 | - |
| YUV | 110.71 | 103.33 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 116 | 67 | 0 | 0.01 | 0.43 | 0.54 | 58.8 | 0.27 | 0.36 |
| Hex | 75 | 74 | 43 | 0 | 1 | 2B | 36 | 3B | 1B | 24 |
| Octal | 165 | 164 | 103 | 0 | 1 | 53 | 66 | 73 | 33 | 44 |
| Binary | 1110101 | 1110100 | 1000011 | 0 | 1 | 101011 | 110110 | 111011 | 11011 | 100100 |
Color Harmonies of #757443
Complementary color
Monochromatic Colors of #757443
Black with #757443
Text Example
Text Example
White with #757443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757443; }
p { color: rgb(117,116,67); }
H1.HeaderClassName
{
color: #757443;
}
.AnyTagClassName
{
color: #757443;
}
</style>
background-color css
<style>
a { background-color: #757443; }
a { background-color: rgb(117,116,67); }
div.DivClassName
{
background-color: #757443;
}
.BgClassName
{
background-color: #757443;
}
</style>
border-color css
<style>
span { border-color: #757443; }
span { border-color: rgb(117,116,67); }
td.TdClassName
{
border-color: #757443;
}
.TagClassName
{
border-color: #757443;
}
</style>