Shades of Hemlock #75743F
Tints of Hemlock #75743F
RGB
CMYK
RGB Variations
Color information
#75743F (or 0x75743F) is known color: Hemlock. HEX triplet: 75, 74 and 3F. RGB value is (117,116,63). Sum of RGB (Red+Green+Blue) = 117+116+63=296 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.53% from 296); Green value is 116 (45.70% from 255 or 39.19% from 296); Blue value is 63 (25% from 255 or 21.28% from 296); Max value from RGB is 117 - color contains mainly: red. Hex color #75743F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75743F is #8A8BC0. Grayscale: #6E6E6E. Windows color (decimal): -9079745 or 4158581. OLE color: 4158581.
HSL color Cylindrical-coordinate representation of color #75743F: hue angle of 58.89º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75743F is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 116 | 63 | - |
| CMYK | 0 | 0.01 | 0.46 | 0.54 |
| HSL | 58.89º | 0.3% | 0.35% | - |
| HSV(B) | 58.89º | 0.46% | 0.46% | - |
| XYZ | 14.48 | 16.63 | 7.15 | - |
| YUV | 110.26 | 101.33 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 116 | 63 | 0 | 0.01 | 0.46 | 0.54 | 58.89 | 0.3 | 0.35 |
| Hex | 75 | 74 | 3F | 0 | 1 | 2E | 36 | 3B | 1E | 23 |
| Octal | 165 | 164 | 77 | 0 | 1 | 56 | 66 | 73 | 36 | 43 |
| Binary | 1110101 | 1110100 | 111111 | 0 | 1 | 101110 | 110110 | 111011 | 11110 | 100011 |
Color Harmonies of #75743F
Complementary color
Monochromatic Colors of #75743F
Black with #75743F
Text Example
Text Example
White with #75743F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75743F; }
p { color: rgb(117,116,63); }
H1.HeaderClassName
{
color: #75743F;
}
.AnyTagClassName
{
color: #75743F;
}
</style>
background-color css
<style>
a { background-color: #75743F; }
a { background-color: rgb(117,116,63); }
div.DivClassName
{
background-color: #75743F;
}
.BgClassName
{
background-color: #75743F;
}
</style>
border-color css
<style>
span { border-color: #75743F; }
span { border-color: rgb(117,116,63); }
td.TdClassName
{
border-color: #75743F;
}
.TagClassName
{
border-color: #75743F;
}
</style>