Shades of Hemlock #747148
Tints of Hemlock #747148
RGB
CMYK
RGB Variations
Color information
#747148 (or 0x747148) is known color: Hemlock. HEX triplet: 74, 71 and 48. RGB value is (116,113,72). Sum of RGB (Red+Green+Blue) = 116+113+72=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 113 (44.53% from 255 or 37.54% from 301); Blue value is 72 (28.52% from 255 or 23.92% from 301); Max value from RGB is 116 - color contains mainly: red. Hex color #747148 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747148 is #8B8EB7. Grayscale: #6D6D6D. Windows color (decimal): -9146040 or 4747636. OLE color: 4747636.
HSL color Cylindrical-coordinate representation of color #747148: hue angle of 55.91º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #747148 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 113 | 72 | - |
| CMYK | 0 | 0.03 | 0.38 | 0.55 |
| HSL | 55.91º | 0.23% | 0.37% | - |
| HSV(B) | 55.91º | 0.38% | 0.45% | - |
| XYZ | 14.28 | 15.99 | 8.46 | - |
| YUV | 109.22 | 106.99 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 113 | 72 | 0 | 0.03 | 0.38 | 0.55 | 55.91 | 0.23 | 0.37 |
| Hex | 74 | 71 | 48 | 0 | 3 | 26 | 37 | 38 | 17 | 25 |
| Octal | 164 | 161 | 110 | 0 | 3 | 46 | 67 | 70 | 27 | 45 |
| Binary | 1110100 | 1110001 | 1001000 | 0 | 11 | 100110 | 110111 | 111000 | 10111 | 100101 |
Color Harmonies of #747148
Complementary color
Monochromatic Colors of #747148
Black with #747148
Text Example
Text Example
White with #747148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747148; }
p { color: rgb(116,113,72); }
H1.HeaderClassName
{
color: #747148;
}
.AnyTagClassName
{
color: #747148;
}
</style>
background-color css
<style>
a { background-color: #747148; }
a { background-color: rgb(116,113,72); }
div.DivClassName
{
background-color: #747148;
}
.BgClassName
{
background-color: #747148;
}
</style>
border-color css
<style>
span { border-color: #747148; }
span { border-color: rgb(116,113,72); }
td.TdClassName
{
border-color: #747148;
}
.TagClassName
{
border-color: #747148;
}
</style>