Shades of Russett #75706E
Tints of Russett #75706E
RGB
CMYK
RGB Variations
Color information
#75706E (or 0x75706E) is known color: Russett. HEX triplet: 75, 70 and 6E. RGB value is (117,112,110). Sum of RGB (Red+Green+Blue) = 117+112+110=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 110 (43.36% from 255 or 32.45% from 339); Max value from RGB is 117 - color contains mainly: red. Hex color #75706E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75706E is #8A8F91. Grayscale: #717171. Windows color (decimal): -9080722 or 7237749. OLE color: 7237749.
HSL color Cylindrical-coordinate representation of color #75706E: hue angle of 17.14º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #75706E is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 112 | 110 | - |
| CMYK | 0 | 0.04 | 0.06 | 0.54 |
| HSL | 17.14º | 0.03% | 0.45% | - |
| HSV(B) | 17.14º | 0.06% | 0.46% | - |
| XYZ | 15.94 | 16.5 | 17.1 | - |
| YUV | 113.27 | 126.16 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 112 | 110 | 0 | 0.04 | 0.06 | 0.54 | 17.14 | 0.03 | 0.45 |
| Hex | 75 | 70 | 6E | 0 | 4 | 6 | 36 | 11 | 3 | 2D |
| Octal | 165 | 160 | 156 | 0 | 4 | 6 | 66 | 21 | 3 | 55 |
| Binary | 1110101 | 1110000 | 1101110 | 0 | 100 | 110 | 110110 | 10001 | 11 | 101101 |
Color Harmonies of #75706E
Complementary color
Monochromatic Colors of #75706E
Black with #75706E
Text Example
Text Example
White with #75706E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75706E; }
p { color: rgb(117,112,110); }
H1.HeaderClassName
{
color: #75706E;
}
.AnyTagClassName
{
color: #75706E;
}
</style>
background-color css
<style>
a { background-color: #75706E; }
a { background-color: rgb(117,112,110); }
div.DivClassName
{
background-color: #75706E;
}
.BgClassName
{
background-color: #75706E;
}
</style>
border-color css
<style>
span { border-color: #75706E; }
span { border-color: rgb(117,112,110); }
td.TdClassName
{
border-color: #75706E;
}
.TagClassName
{
border-color: #75706E;
}
</style>