Shades of Hemlock #747245
Tints of Hemlock #747245
RGB
CMYK
RGB Variations
Color information
#747245 (or 0x747245) is known color: Hemlock. HEX triplet: 74, 72 and 45. RGB value is (116,114,69). Sum of RGB (Red+Green+Blue) = 116+114+69=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 114 (44.92% from 255 or 38.13% from 299); Blue value is 69 (27.34% from 255 or 23.08% from 299); Max value from RGB is 116 - color contains mainly: red. Hex color #747245 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747245 is #8B8DBA. Grayscale: #6D6D6D. Windows color (decimal): -9145787 or 4551284. OLE color: 4551284.
HSL color Cylindrical-coordinate representation of color #747245: hue angle of 57.45º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #747245 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 114 | 69 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.55 |
| HSL | 57.45º | 0.25% | 0.36% | - |
| HSV(B) | 57.45º | 0.41% | 0.45% | - |
| XYZ | 14.29 | 16.18 | 8 | - |
| YUV | 109.47 | 105.16 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 114 | 69 | 0 | 0.02 | 0.41 | 0.55 | 57.45 | 0.25 | 0.36 |
| Hex | 74 | 72 | 45 | 0 | 2 | 29 | 37 | 39 | 19 | 24 |
| Octal | 164 | 162 | 105 | 0 | 2 | 51 | 67 | 71 | 31 | 44 |
| Binary | 1110100 | 1110010 | 1000101 | 0 | 10 | 101001 | 110111 | 111001 | 11001 | 100100 |
Color Harmonies of #747245
Complementary color
Monochromatic Colors of #747245
Black with #747245
Text Example
Text Example
White with #747245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747245; }
p { color: rgb(116,114,69); }
H1.HeaderClassName
{
color: #747245;
}
.AnyTagClassName
{
color: #747245;
}
</style>
background-color css
<style>
a { background-color: #747245; }
a { background-color: rgb(116,114,69); }
div.DivClassName
{
background-color: #747245;
}
.BgClassName
{
background-color: #747245;
}
</style>
border-color css
<style>
span { border-color: #747245; }
span { border-color: rgb(116,114,69); }
td.TdClassName
{
border-color: #747245;
}
.TagClassName
{
border-color: #747245;
}
</style>