Shades of Russett #7F6156
Tints of Russett #7F6156
RGB
CMYK
RGB Variations
Color information
#7F6156 (or 0x7F6156) is known color: Russett. HEX triplet: 7F, 61 and 56. RGB value is (127,97,86). Sum of RGB (Red+Green+Blue) = 127+97+86=310 (41% of max value = 765). Red value is 127 (50% from 255 or 40.97% from 310); Green value is 97 (38.28% from 255 or 31.29% from 310); Blue value is 86 (33.98% from 255 or 27.74% from 310); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6156 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6156 is #809EA9. Grayscale: #686868. Windows color (decimal): -8429226 or 5661055. OLE color: 5661055.
HSL color Cylindrical-coordinate representation of color #7F6156: hue angle of 16.1º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7F6156 is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 97 | 86 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.50 |
| HSL | 16.1º | 0.19% | 0.42% | - |
| HSV(B) | 16.1º | 0.32% | 0.5% | - |
| XYZ | 14.71 | 13.73 | 10.68 | - |
| YUV | 104.72 | 117.44 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 97 | 86 | 0 | 0.24 | 0.32 | 0.50 | 16.1 | 0.19 | 0.42 |
| Hex | 7F | 61 | 56 | 0 | 18 | 20 | 32 | 10 | 13 | 2A |
| Octal | 177 | 141 | 126 | 0 | 30 | 40 | 62 | 20 | 23 | 52 |
| Binary | 1111111 | 1100001 | 1010110 | 0 | 11000 | 100000 | 110010 | 10000 | 10011 | 101010 |
Color Harmonies of #7F6156
Complementary color
Monochromatic Colors of #7F6156
Black with #7F6156
Text Example
Text Example
White with #7F6156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6156; }
p { color: rgb(127,97,86); }
H1.HeaderClassName
{
color: #7F6156;
}
.AnyTagClassName
{
color: #7F6156;
}
</style>
background-color css
<style>
a { background-color: #7F6156; }
a { background-color: rgb(127,97,86); }
div.DivClassName
{
background-color: #7F6156;
}
.BgClassName
{
background-color: #7F6156;
}
</style>
border-color css
<style>
span { border-color: #7F6156; }
span { border-color: rgb(127,97,86); }
td.TdClassName
{
border-color: #7F6156;
}
.TagClassName
{
border-color: #7F6156;
}
</style>