Shades of Hemlock #747143
Tints of Hemlock #747143
RGB
CMYK
RGB Variations
Color information
#747143 (or 0x747143) is known color: Hemlock. HEX triplet: 74, 71 and 43. RGB value is (116,113,67). Sum of RGB (Red+Green+Blue) = 116+113+67=296 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.19% from 296); Green value is 113 (44.53% from 255 or 38.18% from 296); Blue value is 67 (26.56% from 255 or 22.64% from 296); Max value from RGB is 116 - color contains mainly: red. Hex color #747143 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747143 is #8B8EBC. Grayscale: #6C6C6C. Windows color (decimal): -9146045 or 4419956. OLE color: 4419956.
HSL color Cylindrical-coordinate representation of color #747143: hue angle of 56.33º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #747143 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 113 | 67 | - |
| CMYK | 0 | 0.03 | 0.42 | 0.55 |
| HSL | 56.33º | 0.27% | 0.36% | - |
| HSV(B) | 56.33º | 0.42% | 0.45% | - |
| XYZ | 14.12 | 15.93 | 7.64 | - |
| YUV | 108.65 | 104.49 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 113 | 67 | 0 | 0.03 | 0.42 | 0.55 | 56.33 | 0.27 | 0.36 |
| Hex | 74 | 71 | 43 | 0 | 3 | 2A | 37 | 38 | 1B | 24 |
| Octal | 164 | 161 | 103 | 0 | 3 | 52 | 67 | 70 | 33 | 44 |
| Binary | 1110100 | 1110001 | 1000011 | 0 | 11 | 101010 | 110111 | 111000 | 11011 | 100100 |
Color Harmonies of #747143
Complementary color
Monochromatic Colors of #747143
Black with #747143
Text Example
Text Example
White with #747143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747143; }
p { color: rgb(116,113,67); }
H1.HeaderClassName
{
color: #747143;
}
.AnyTagClassName
{
color: #747143;
}
</style>
background-color css
<style>
a { background-color: #747143; }
a { background-color: rgb(116,113,67); }
div.DivClassName
{
background-color: #747143;
}
.BgClassName
{
background-color: #747143;
}
</style>
border-color css
<style>
span { border-color: #747143; }
span { border-color: rgb(116,113,67); }
td.TdClassName
{
border-color: #747143;
}
.TagClassName
{
border-color: #747143;
}
</style>