Shades of Hemlock #747549
Tints of Hemlock #747549
RGB
CMYK
RGB Variations
Color information
#747549 (or 0x747549) is known color: Hemlock. HEX triplet: 74, 75 and 49. RGB value is (116,117,73). Sum of RGB (Red+Green+Blue) = 116+117+73=306 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.91% from 306); Green value is 117 (46.09% from 255 or 38.24% from 306); Blue value is 73 (28.91% from 255 or 23.86% from 306); Max value from RGB is 117 - color contains mainly: green. Hex color #747549 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747549 is #8B8AB6. Grayscale: #6F6F6F. Windows color (decimal): -9145015 or 4814196. OLE color: 4814196.
HSL color Cylindrical-coordinate representation of color #747549: hue angle of 61.36º 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 #747549 is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 117 | 73 | - |
| CMYK | 0.01 | 0 | 0.38 | 0.54 |
| HSL | 61.36º | 0.23% | 0.37% | - |
| HSV(B) | 61.36º | 0.38% | 0.46% | - |
| XYZ | 14.77 | 16.92 | 8.79 | - |
| YUV | 111.69 | 106.17 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 117 | 73 | 0.01 | 0 | 0.38 | 0.54 | 61.36 | 0.23 | 0.37 |
| Hex | 74 | 75 | 49 | 1 | 0 | 26 | 36 | 3D | 17 | 25 |
| Octal | 164 | 165 | 111 | 1 | 0 | 46 | 66 | 75 | 27 | 45 |
| Binary | 1110100 | 1110101 | 1001001 | 1 | 0 | 100110 | 110110 | 111101 | 10111 | 100101 |
Color Harmonies of #747549
Complementary color
Monochromatic Colors of #747549
Black with #747549
Text Example
Text Example
White with #747549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747549; }
p { color: rgb(116,117,73); }
H1.HeaderClassName
{
color: #747549;
}
.AnyTagClassName
{
color: #747549;
}
</style>
background-color css
<style>
a { background-color: #747549; }
a { background-color: rgb(116,117,73); }
div.DivClassName
{
background-color: #747549;
}
.BgClassName
{
background-color: #747549;
}
</style>
border-color css
<style>
span { border-color: #747549; }
span { border-color: rgb(116,117,73); }
td.TdClassName
{
border-color: #747549;
}
.TagClassName
{
border-color: #747549;
}
</style>