Shades of Hemlock #747641
Tints of Hemlock #747641
RGB
CMYK
RGB Variations
Color information
#747641 (or 0x747641) is known color: Hemlock. HEX triplet: 74, 76 and 41. RGB value is (116,118,65). Sum of RGB (Red+Green+Blue) = 116+118+65=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 118 (46.48% from 255 or 39.46% from 299); Blue value is 65 (25.78% from 255 or 21.74% from 299); Max value from RGB is 118 - color contains mainly: green. Hex color #747641 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747641 is #8B89BE. Grayscale: #6F6F6F. Windows color (decimal): -9144767 or 4290164. OLE color: 4290164.
HSL color Cylindrical-coordinate representation of color #747641: hue angle of 62.26º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #747641 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 118 | 65 | - |
| CMYK | 0.02 | 0 | 0.45 | 0.54 |
| HSL | 62.26º | 0.29% | 0.36% | - |
| HSV(B) | 62.26º | 0.45% | 0.46% | - |
| XYZ | 14.64 | 17.05 | 7.52 | - |
| YUV | 111.36 | 101.84 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 118 | 65 | 0.02 | 0 | 0.45 | 0.54 | 62.26 | 0.29 | 0.36 |
| Hex | 74 | 76 | 41 | 2 | 0 | 2D | 36 | 3E | 1D | 24 |
| Octal | 164 | 166 | 101 | 2 | 0 | 55 | 66 | 76 | 35 | 44 |
| Binary | 1110100 | 1110110 | 1000001 | 10 | 0 | 101101 | 110110 | 111110 | 11101 | 100100 |
Color Harmonies of #747641
Complementary color
Monochromatic Colors of #747641
Black with #747641
Text Example
Text Example
White with #747641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747641; }
p { color: rgb(116,118,65); }
H1.HeaderClassName
{
color: #747641;
}
.AnyTagClassName
{
color: #747641;
}
</style>
background-color css
<style>
a { background-color: #747641; }
a { background-color: rgb(116,118,65); }
div.DivClassName
{
background-color: #747641;
}
.BgClassName
{
background-color: #747641;
}
</style>
border-color css
<style>
span { border-color: #747641; }
span { border-color: rgb(116,118,65); }
td.TdClassName
{
border-color: #747641;
}
.TagClassName
{
border-color: #747641;
}
</style>