Shades of Hemlock #747540
Tints of Hemlock #747540
RGB
CMYK
RGB Variations
Color information
#747540 (or 0x747540) is known color: Hemlock. HEX triplet: 74, 75 and 40. RGB value is (116,117,64). Sum of RGB (Red+Green+Blue) = 116+117+64=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 117 (46.09% from 255 or 39.39% from 297); Blue value is 64 (25.39% from 255 or 21.55% from 297); Max value from RGB is 117 - color contains mainly: green. Hex color #747540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747540 is #8B8ABF. Grayscale: #6E6E6E. Windows color (decimal): -9145024 or 4224372. OLE color: 4224372.
HSL color Cylindrical-coordinate representation of color #747540: hue angle of 61.13º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #747540 is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 117 | 64 | - |
| CMYK | 0.01 | 0 | 0.45 | 0.54 |
| HSL | 61.13º | 0.29% | 0.35% | - |
| HSV(B) | 61.13º | 0.45% | 0.46% | - |
| XYZ | 14.49 | 16.81 | 7.33 | - |
| YUV | 110.66 | 101.67 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 117 | 64 | 0.01 | 0 | 0.45 | 0.54 | 61.13 | 0.29 | 0.35 |
| Hex | 74 | 75 | 40 | 1 | 0 | 2D | 36 | 3D | 1D | 23 |
| Octal | 164 | 165 | 100 | 1 | 0 | 55 | 66 | 75 | 35 | 43 |
| Binary | 1110100 | 1110101 | 1000000 | 1 | 0 | 101101 | 110110 | 111101 | 11101 | 100011 |
Color Harmonies of #747540
Complementary color
Monochromatic Colors of #747540
Black with #747540
Text Example
Text Example
White with #747540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747540; }
p { color: rgb(116,117,64); }
H1.HeaderClassName
{
color: #747540;
}
.AnyTagClassName
{
color: #747540;
}
</style>
background-color css
<style>
a { background-color: #747540; }
a { background-color: rgb(116,117,64); }
div.DivClassName
{
background-color: #747540;
}
.BgClassName
{
background-color: #747540;
}
</style>
border-color css
<style>
span { border-color: #747540; }
span { border-color: rgb(116,117,64); }
td.TdClassName
{
border-color: #747540;
}
.TagClassName
{
border-color: #747540;
}
</style>