Shades of Russett #7F6A62
Tints of Russett #7F6A62
RGB
CMYK
RGB Variations
Color information
#7F6A62 (or 0x7F6A62) is known color: Russett. HEX triplet: 7F, 6A and 62. RGB value is (127,106,98). Sum of RGB (Red+Green+Blue) = 127+106+98=331 (43% of max value = 765). Red value is 127 (50% from 255 or 38.37% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 98 (38.67% from 255 or 29.61% from 331); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6A62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6A62 is #80959D. Grayscale: #6F6F6F. Windows color (decimal): -8426910 or 6449791. OLE color: 6449791.
HSL color Cylindrical-coordinate representation of color #7F6A62: hue angle of 16.55º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7F6A62 is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 106 | 98 | - |
| CMYK | 0 | 0.17 | 0.23 | 0.50 |
| HSL | 16.55º | 0.13% | 0.44% | - |
| HSV(B) | 16.55º | 0.23% | 0.5% | - |
| XYZ | 16.11 | 15.7 | 13.74 | - |
| YUV | 111.37 | 120.46 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 106 | 98 | 0 | 0.17 | 0.23 | 0.50 | 16.55 | 0.13 | 0.44 |
| Hex | 7F | 6A | 62 | 0 | 11 | 17 | 32 | 11 | D | 2C |
| Octal | 177 | 152 | 142 | 0 | 21 | 27 | 62 | 21 | 15 | 54 |
| Binary | 1111111 | 1101010 | 1100010 | 0 | 10001 | 10111 | 110010 | 10001 | 1101 | 101100 |
Color Harmonies of #7F6A62
Complementary color
Monochromatic Colors of #7F6A62
Black with #7F6A62
Text Example
Text Example
White with #7F6A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6A62; }
p { color: rgb(127,106,98); }
H1.HeaderClassName
{
color: #7F6A62;
}
.AnyTagClassName
{
color: #7F6A62;
}
</style>
background-color css
<style>
a { background-color: #7F6A62; }
a { background-color: rgb(127,106,98); }
div.DivClassName
{
background-color: #7F6A62;
}
.BgClassName
{
background-color: #7F6A62;
}
</style>
border-color css
<style>
span { border-color: #7F6A62; }
span { border-color: rgb(127,106,98); }
td.TdClassName
{
border-color: #7F6A62;
}
.TagClassName
{
border-color: #7F6A62;
}
</style>