Shades of Hemlock #747345
Tints of Hemlock #747345
RGB
CMYK
RGB Variations
Color information
#747345 (or 0x747345) is known color: Hemlock. HEX triplet: 74, 73 and 45. RGB value is (116,115,69). Sum of RGB (Red+Green+Blue) = 116+115+69=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 115 (45.31% from 255 or 38.33% from 300); Blue value is 69 (27.34% from 255 or 23% from 300); Max value from RGB is 116 - color contains mainly: red. Hex color #747345 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747345 is #8B8CBA. Grayscale: #6E6E6E. Windows color (decimal): -9145531 or 4551540. OLE color: 4551540.
HSL color Cylindrical-coordinate representation of color #747345: hue angle of 58.72º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #747345 is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 115 | 69 | - |
| CMYK | 0 | 0.01 | 0.41 | 0.55 |
| HSL | 58.72º | 0.25% | 0.36% | - |
| HSV(B) | 58.72º | 0.41% | 0.45% | - |
| XYZ | 14.41 | 16.4 | 8.04 | - |
| YUV | 110.06 | 104.83 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 115 | 69 | 0 | 0.01 | 0.41 | 0.55 | 58.72 | 0.25 | 0.36 |
| Hex | 74 | 73 | 45 | 0 | 1 | 29 | 37 | 3B | 19 | 24 |
| Octal | 164 | 163 | 105 | 0 | 1 | 51 | 67 | 73 | 31 | 44 |
| Binary | 1110100 | 1110011 | 1000101 | 0 | 1 | 101001 | 110111 | 111011 | 11001 | 100100 |
Color Harmonies of #747345
Complementary color
Monochromatic Colors of #747345
Black with #747345
Text Example
Text Example
White with #747345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747345; }
p { color: rgb(116,115,69); }
H1.HeaderClassName
{
color: #747345;
}
.AnyTagClassName
{
color: #747345;
}
</style>
background-color css
<style>
a { background-color: #747345; }
a { background-color: rgb(116,115,69); }
div.DivClassName
{
background-color: #747345;
}
.BgClassName
{
background-color: #747345;
}
</style>
border-color css
<style>
span { border-color: #747345; }
span { border-color: rgb(116,115,69); }
td.TdClassName
{
border-color: #747345;
}
.TagClassName
{
border-color: #747345;
}
</style>