Shades of Hemlock #747645
Tints of Hemlock #747645
RGB
CMYK
RGB Variations
Color information
#747645 (or 0x747645) is known color: Hemlock. HEX triplet: 74, 76 and 45. RGB value is (116,118,69). Sum of RGB (Red+Green+Blue) = 116+118+69=303 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.28% from 303); Green value is 118 (46.48% from 255 or 38.94% from 303); Blue value is 69 (27.34% from 255 or 22.77% from 303); Max value from RGB is 118 - color contains mainly: green. Hex color #747645 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747645 is #8B89BA. Grayscale: #707070. Windows color (decimal): -9144763 or 4552308. OLE color: 4552308.
HSL color Cylindrical-coordinate representation of color #747645: hue angle of 62.45º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #747645 is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 118 | 69 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.54 |
| HSL | 62.45º | 0.26% | 0.37% | - |
| HSV(B) | 62.45º | 0.42% | 0.46% | - |
| XYZ | 14.76 | 17.1 | 8.15 | - |
| YUV | 111.82 | 103.84 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 118 | 69 | 0.02 | 0 | 0.42 | 0.54 | 62.45 | 0.26 | 0.37 |
| Hex | 74 | 76 | 45 | 2 | 0 | 2A | 36 | 3E | 1A | 25 |
| Octal | 164 | 166 | 105 | 2 | 0 | 52 | 66 | 76 | 32 | 45 |
| Binary | 1110100 | 1110110 | 1000101 | 10 | 0 | 101010 | 110110 | 111110 | 11010 | 100101 |
Color Harmonies of #747645
Complementary color
Monochromatic Colors of #747645
Black with #747645
Text Example
Text Example
White with #747645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747645; }
p { color: rgb(116,118,69); }
H1.HeaderClassName
{
color: #747645;
}
.AnyTagClassName
{
color: #747645;
}
</style>
background-color css
<style>
a { background-color: #747645; }
a { background-color: rgb(116,118,69); }
div.DivClassName
{
background-color: #747645;
}
.BgClassName
{
background-color: #747645;
}
</style>
border-color css
<style>
span { border-color: #747645; }
span { border-color: rgb(116,118,69); }
td.TdClassName
{
border-color: #747645;
}
.TagClassName
{
border-color: #747645;
}
</style>