Shades of Hemlock #757448
Tints of Hemlock #757448
RGB
CMYK
RGB Variations
Color information
#757448 (or 0x757448) is known color: Hemlock. HEX triplet: 75, 74 and 48. RGB value is (117,116,72). Sum of RGB (Red+Green+Blue) = 117+116+72=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 116 (45.70% from 255 or 38.03% from 305); Blue value is 72 (28.52% from 255 or 23.61% from 305); Max value from RGB is 117 - color contains mainly: red. Hex color #757448 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757448 is #8A8BB7. Grayscale: #6F6F6F. Windows color (decimal): -9079736 or 4748405. OLE color: 4748405.
HSL color Cylindrical-coordinate representation of color #757448: hue angle of 58.67º degrees, saturation: 0.24, 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 #757448 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 116 | 72 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.54 |
| HSL | 58.67º | 0.24% | 0.37% | - |
| HSV(B) | 58.67º | 0.38% | 0.46% | - |
| XYZ | 14.75 | 16.74 | 8.58 | - |
| YUV | 111.28 | 105.83 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 116 | 72 | 0 | 0.01 | 0.38 | 0.54 | 58.67 | 0.24 | 0.37 |
| Hex | 75 | 74 | 48 | 0 | 1 | 26 | 36 | 3B | 18 | 25 |
| Octal | 165 | 164 | 110 | 0 | 1 | 46 | 66 | 73 | 30 | 45 |
| Binary | 1110101 | 1110100 | 1001000 | 0 | 1 | 100110 | 110110 | 111011 | 11000 | 100101 |
Color Harmonies of #757448
Complementary color
Monochromatic Colors of #757448
Black with #757448
Text Example
Text Example
White with #757448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757448; }
p { color: rgb(117,116,72); }
H1.HeaderClassName
{
color: #757448;
}
.AnyTagClassName
{
color: #757448;
}
</style>
background-color css
<style>
a { background-color: #757448; }
a { background-color: rgb(117,116,72); }
div.DivClassName
{
background-color: #757448;
}
.BgClassName
{
background-color: #757448;
}
</style>
border-color css
<style>
span { border-color: #757448; }
span { border-color: rgb(117,116,72); }
td.TdClassName
{
border-color: #757448;
}
.TagClassName
{
border-color: #757448;
}
</style>