Shades of Hemlock #747547
Tints of Hemlock #747547
RGB
CMYK
RGB Variations
Color information
#747547 (or 0x747547) is known color: Hemlock. HEX triplet: 74, 75 and 47. RGB value is (116,117,71). Sum of RGB (Red+Green+Blue) = 116+117+71=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 117 (46.09% from 255 or 38.49% from 304); Blue value is 71 (28.12% from 255 or 23.36% from 304); Max value from RGB is 117 - color contains mainly: green. Hex color #747547 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747547 is #8B8AB8. Grayscale: #6F6F6F. Windows color (decimal): -9145017 or 4683124. OLE color: 4683124.
HSL color Cylindrical-coordinate representation of color #747547: hue angle of 61.3º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #747547 is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 117 | 71 | - |
| CMYK | 0.01 | 0 | 0.39 | 0.54 |
| HSL | 61.3º | 0.24% | 0.37% | - |
| HSV(B) | 61.3º | 0.39% | 0.46% | - |
| XYZ | 14.7 | 16.89 | 8.45 | - |
| YUV | 111.46 | 105.17 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 117 | 71 | 0.01 | 0 | 0.39 | 0.54 | 61.3 | 0.24 | 0.37 |
| Hex | 74 | 75 | 47 | 1 | 0 | 27 | 36 | 3D | 18 | 25 |
| Octal | 164 | 165 | 107 | 1 | 0 | 47 | 66 | 75 | 30 | 45 |
| Binary | 1110100 | 1110101 | 1000111 | 1 | 0 | 100111 | 110110 | 111101 | 11000 | 100101 |
Color Harmonies of #747547
Complementary color
Monochromatic Colors of #747547
Black with #747547
Text Example
Text Example
White with #747547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747547; }
p { color: rgb(116,117,71); }
H1.HeaderClassName
{
color: #747547;
}
.AnyTagClassName
{
color: #747547;
}
</style>
background-color css
<style>
a { background-color: #747547; }
a { background-color: rgb(116,117,71); }
div.DivClassName
{
background-color: #747547;
}
.BgClassName
{
background-color: #747547;
}
</style>
border-color css
<style>
span { border-color: #747547; }
span { border-color: rgb(116,117,71); }
td.TdClassName
{
border-color: #747547;
}
.TagClassName
{
border-color: #747547;
}
</style>