Shades of Russett #7A6863
Tints of Russett #7A6863
RGB
CMYK
RGB Variations
Color information
#7A6863 (or 0x7A6863) is known color: Russett. HEX triplet: 7A, 68 and 63. RGB value is (122,104,99). Sum of RGB (Red+Green+Blue) = 122+104+99=325 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.54% from 325); Green value is 104 (41.02% from 255 or 32% from 325); Blue value is 99 (39.06% from 255 or 30.46% from 325); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6863 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6863 is #85979C. Grayscale: #6C6C6C. Windows color (decimal): -8755101 or 6514810. OLE color: 6514810.
HSL color Cylindrical-coordinate representation of color #7A6863: hue angle of 13.04º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7A6863 is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 104 | 99 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.52 |
| HSL | 13.04º | 0.1% | 0.43% | - |
| HSV(B) | 13.04º | 0.19% | 0.48% | - |
| XYZ | 15.23 | 14.94 | 13.89 | - |
| YUV | 108.81 | 122.46 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 104 | 99 | 0 | 0.15 | 0.19 | 0.52 | 13.04 | 0.1 | 0.43 |
| Hex | 7A | 68 | 63 | 0 | F | 13 | 34 | D | A | 2B |
| Octal | 172 | 150 | 143 | 0 | 17 | 23 | 64 | 15 | 12 | 53 |
| Binary | 1111010 | 1101000 | 1100011 | 0 | 1111 | 10011 | 110100 | 1101 | 1010 | 101011 |
Color Harmonies of #7A6863
Complementary color
Monochromatic Colors of #7A6863
Black with #7A6863
Text Example
Text Example
White with #7A6863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6863; }
p { color: rgb(122,104,99); }
H1.HeaderClassName
{
color: #7A6863;
}
.AnyTagClassName
{
color: #7A6863;
}
</style>
background-color css
<style>
a { background-color: #7A6863; }
a { background-color: rgb(122,104,99); }
div.DivClassName
{
background-color: #7A6863;
}
.BgClassName
{
background-color: #7A6863;
}
</style>
border-color css
<style>
span { border-color: #7A6863; }
span { border-color: rgb(122,104,99); }
td.TdClassName
{
border-color: #7A6863;
}
.TagClassName
{
border-color: #7A6863;
}
</style>