Shades of Russett #7F6A60
Tints of Russett #7F6A60
RGB
CMYK
RGB Variations
Color information
#7F6A60 (or 0x7F6A60) is known color: Russett. HEX triplet: 7F, 6A and 60. RGB value is (127,106,96). Sum of RGB (Red+Green+Blue) = 127+106+96=329 (43% of max value = 765). Red value is 127 (50% from 255 or 38.60% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 96 (37.89% from 255 or 29.18% from 329); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6A60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6A60 is #80959F. Grayscale: #6F6F6F. Windows color (decimal): -8426912 or 6318719. OLE color: 6318719.
HSL color Cylindrical-coordinate representation of color #7F6A60: hue angle of 19.35º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7F6A60 is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 106 | 96 | - |
| CMYK | 0 | 0.17 | 0.24 | 0.50 |
| HSL | 19.35º | 0.14% | 0.44% | - |
| HSV(B) | 19.35º | 0.24% | 0.5% | - |
| XYZ | 16.02 | 15.66 | 13.25 | - |
| YUV | 111.14 | 119.46 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 106 | 96 | 0 | 0.17 | 0.24 | 0.50 | 19.35 | 0.14 | 0.44 |
| Hex | 7F | 6A | 60 | 0 | 11 | 18 | 32 | 13 | E | 2C |
| Octal | 177 | 152 | 140 | 0 | 21 | 30 | 62 | 23 | 16 | 54 |
| Binary | 1111111 | 1101010 | 1100000 | 0 | 10001 | 11000 | 110010 | 10011 | 1110 | 101100 |
Color Harmonies of #7F6A60
Complementary color
Monochromatic Colors of #7F6A60
Black with #7F6A60
Text Example
Text Example
White with #7F6A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6A60; }
p { color: rgb(127,106,96); }
H1.HeaderClassName
{
color: #7F6A60;
}
.AnyTagClassName
{
color: #7F6A60;
}
</style>
background-color css
<style>
a { background-color: #7F6A60; }
a { background-color: rgb(127,106,96); }
div.DivClassName
{
background-color: #7F6A60;
}
.BgClassName
{
background-color: #7F6A60;
}
</style>
border-color css
<style>
span { border-color: #7F6A60; }
span { border-color: rgb(127,106,96); }
td.TdClassName
{
border-color: #7F6A60;
}
.TagClassName
{
border-color: #7F6A60;
}
</style>