Shades of Russett #7F6056
Tints of Russett #7F6056
RGB
CMYK
RGB Variations
Color information
#7F6056 (or 0x7F6056) is known color: Russett. HEX triplet: 7F, 60 and 56. RGB value is (127,96,86). Sum of RGB (Red+Green+Blue) = 127+96+86=309 (40% of max value = 765). Red value is 127 (50% from 255 or 41.10% from 309); Green value is 96 (37.89% from 255 or 31.07% from 309); Blue value is 86 (33.98% from 255 or 27.83% from 309); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6056 is #809FA9. Grayscale: #686868. Windows color (decimal): -8429482 or 5660799. OLE color: 5660799.
HSL color Cylindrical-coordinate representation of color #7F6056: hue angle of 14.63º 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 #7F6056 is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 96 | 86 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.50 |
| HSL | 14.63º | 0.19% | 0.42% | - |
| HSV(B) | 14.63º | 0.32% | 0.5% | - |
| XYZ | 14.61 | 13.55 | 10.65 | - |
| YUV | 104.13 | 117.77 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 96 | 86 | 0 | 0.24 | 0.32 | 0.50 | 14.63 | 0.19 | 0.42 |
| Hex | 7F | 60 | 56 | 0 | 18 | 20 | 32 | F | 13 | 2A |
| Octal | 177 | 140 | 126 | 0 | 30 | 40 | 62 | 17 | 23 | 52 |
| Binary | 1111111 | 1100000 | 1010110 | 0 | 11000 | 100000 | 110010 | 1111 | 10011 | 101010 |
Color Harmonies of #7F6056
Complementary color
Monochromatic Colors of #7F6056
Black with #7F6056
Text Example
Text Example
White with #7F6056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6056; }
p { color: rgb(127,96,86); }
H1.HeaderClassName
{
color: #7F6056;
}
.AnyTagClassName
{
color: #7F6056;
}
</style>
background-color css
<style>
a { background-color: #7F6056; }
a { background-color: rgb(127,96,86); }
div.DivClassName
{
background-color: #7F6056;
}
.BgClassName
{
background-color: #7F6056;
}
</style>
border-color css
<style>
span { border-color: #7F6056; }
span { border-color: rgb(127,96,86); }
td.TdClassName
{
border-color: #7F6056;
}
.TagClassName
{
border-color: #7F6056;
}
</style>