Shades of Hemlock #747741
Tints of Hemlock #747741
RGB
CMYK
RGB Variations
Color information
#747741 (or 0x747741) is known color: Hemlock. HEX triplet: 74, 77 and 41. RGB value is (116,119,65). Sum of RGB (Red+Green+Blue) = 116+119+65=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 119 (46.88% from 255 or 39.67% from 300); Blue value is 65 (25.78% from 255 or 21.67% from 300); Max value from RGB is 119 - color contains mainly: green. Hex color #747741 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747741 is #8B88BE. Grayscale: #707070. Windows color (decimal): -9144511 or 4290420. OLE color: 4290420.
HSL color Cylindrical-coordinate representation of color #747741: hue angle of 63.33º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #747741 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 119 | 65 | - |
| CMYK | 0.03 | 0 | 0.45 | 0.53 |
| HSL | 63.33º | 0.29% | 0.36% | - |
| HSV(B) | 63.33º | 0.45% | 0.47% | - |
| XYZ | 14.75 | 17.29 | 7.56 | - |
| YUV | 111.95 | 101.51 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 119 | 65 | 0.03 | 0 | 0.45 | 0.53 | 63.33 | 0.29 | 0.36 |
| Hex | 74 | 77 | 41 | 3 | 0 | 2D | 35 | 3F | 1D | 24 |
| Octal | 164 | 167 | 101 | 3 | 0 | 55 | 65 | 77 | 35 | 44 |
| Binary | 1110100 | 1110111 | 1000001 | 11 | 0 | 101101 | 110101 | 111111 | 11101 | 100100 |
Color Harmonies of #747741
Complementary color
Monochromatic Colors of #747741
Black with #747741
Text Example
Text Example
White with #747741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747741; }
p { color: rgb(116,119,65); }
H1.HeaderClassName
{
color: #747741;
}
.AnyTagClassName
{
color: #747741;
}
</style>
background-color css
<style>
a { background-color: #747741; }
a { background-color: rgb(116,119,65); }
div.DivClassName
{
background-color: #747741;
}
.BgClassName
{
background-color: #747741;
}
</style>
border-color css
<style>
span { border-color: #747741; }
span { border-color: rgb(116,119,65); }
td.TdClassName
{
border-color: #747741;
}
.TagClassName
{
border-color: #747741;
}
</style>