Shades of Russett #7A6661
Tints of Russett #7A6661
RGB
CMYK
RGB Variations
Color information
#7A6661 (or 0x7A6661) is known color: Russett. HEX triplet: 7A, 66 and 61. RGB value is (122,102,97). Sum of RGB (Red+Green+Blue) = 122+102+97=321 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.01% from 321); Green value is 102 (40.23% from 255 or 31.78% from 321); Blue value is 97 (38.28% from 255 or 30.22% from 321); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6661 is #85999E. Grayscale: #6B6B6B. Windows color (decimal): -8755615 or 6383226. OLE color: 6383226.
HSL color Cylindrical-coordinate representation of color #7A6661: hue angle of 12º 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 #7A6661 is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 102 | 97 | - |
| CMYK | 0 | 0.16 | 0.20 | 0.52 |
| HSL | 12º | 0.11% | 0.43% | - |
| HSV(B) | 12º | 0.2% | 0.48% | - |
| XYZ | 14.94 | 14.5 | 13.32 | - |
| YUV | 107.41 | 122.13 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 102 | 97 | 0 | 0.16 | 0.20 | 0.52 | 12 | 0.11 | 0.43 |
| Hex | 7A | 66 | 61 | 0 | 10 | 14 | 34 | C | B | 2B |
| Octal | 172 | 146 | 141 | 0 | 20 | 24 | 64 | 14 | 13 | 53 |
| Binary | 1111010 | 1100110 | 1100001 | 0 | 10000 | 10100 | 110100 | 1100 | 1011 | 101011 |
Color Harmonies of #7A6661
Complementary color
Monochromatic Colors of #7A6661
Black with #7A6661
Text Example
Text Example
White with #7A6661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6661; }
p { color: rgb(122,102,97); }
H1.HeaderClassName
{
color: #7A6661;
}
.AnyTagClassName
{
color: #7A6661;
}
</style>
background-color css
<style>
a { background-color: #7A6661; }
a { background-color: rgb(122,102,97); }
div.DivClassName
{
background-color: #7A6661;
}
.BgClassName
{
background-color: #7A6661;
}
</style>
border-color css
<style>
span { border-color: #7A6661; }
span { border-color: rgb(122,102,97); }
td.TdClassName
{
border-color: #7A6661;
}
.TagClassName
{
border-color: #7A6661;
}
</style>