Shades of Russett #7A6861
Tints of Russett #7A6861
RGB
CMYK
RGB Variations
Color information
#7A6861 (or 0x7A6861) is known color: Russett. HEX triplet: 7A, 68 and 61. RGB value is (122,104,97). Sum of RGB (Red+Green+Blue) = 122+104+97=323 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.77% from 323); Green value is 104 (41.02% from 255 or 32.20% from 323); Blue value is 97 (38.28% from 255 or 30.03% from 323); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6861 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6861 is #85979E. Grayscale: #6C6C6C. Windows color (decimal): -8755103 or 6383738. OLE color: 6383738.
HSL color Cylindrical-coordinate representation of color #7A6861: hue angle of 16.8º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7A6861 is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 104 | 97 | - |
| CMYK | 0 | 0.15 | 0.20 | 0.52 |
| HSL | 16.8º | 0.11% | 0.43% | - |
| HSV(B) | 16.8º | 0.2% | 0.48% | - |
| XYZ | 15.13 | 14.9 | 13.39 | - |
| YUV | 108.58 | 121.46 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 104 | 97 | 0 | 0.15 | 0.20 | 0.52 | 16.8 | 0.11 | 0.43 |
| Hex | 7A | 68 | 61 | 0 | F | 14 | 34 | 11 | B | 2B |
| Octal | 172 | 150 | 141 | 0 | 17 | 24 | 64 | 21 | 13 | 53 |
| Binary | 1111010 | 1101000 | 1100001 | 0 | 1111 | 10100 | 110100 | 10001 | 1011 | 101011 |
Color Harmonies of #7A6861
Complementary color
Monochromatic Colors of #7A6861
Black with #7A6861
Text Example
Text Example
White with #7A6861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6861; }
p { color: rgb(122,104,97); }
H1.HeaderClassName
{
color: #7A6861;
}
.AnyTagClassName
{
color: #7A6861;
}
</style>
background-color css
<style>
a { background-color: #7A6861; }
a { background-color: rgb(122,104,97); }
div.DivClassName
{
background-color: #7A6861;
}
.BgClassName
{
background-color: #7A6861;
}
</style>
border-color css
<style>
span { border-color: #7A6861; }
span { border-color: rgb(122,104,97); }
td.TdClassName
{
border-color: #7A6861;
}
.TagClassName
{
border-color: #7A6861;
}
</style>