Shades of Russett #7A6F6B
Tints of Russett #7A6F6B
RGB
CMYK
RGB Variations
Color information
#7A6F6B (or 0x7A6F6B) is known color: Russett. HEX triplet: 7A, 6F and 6B. RGB value is (122,111,107). Sum of RGB (Red+Green+Blue) = 122+111+107=340 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.88% from 340); Green value is 111 (43.75% from 255 or 32.65% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6F6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6F6B is #859094. Grayscale: #717171. Windows color (decimal): -8753301 or 7040890. OLE color: 7040890.
HSL color Cylindrical-coordinate representation of color #7A6F6B: hue angle of 16º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7A6F6B is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 111 | 107 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.52 |
| HSL | 16º | 0.07% | 0.45% | - |
| HSV(B) | 16º | 0.12% | 0.48% | - |
| XYZ | 16.36 | 16.57 | 16.25 | - |
| YUV | 113.83 | 124.14 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 111 | 107 | 0 | 0.09 | 0.12 | 0.52 | 16 | 0.07 | 0.45 |
| Hex | 7A | 6F | 6B | 0 | 9 | C | 34 | 10 | 7 | 2D |
| Octal | 172 | 157 | 153 | 0 | 11 | 14 | 64 | 20 | 7 | 55 |
| Binary | 1111010 | 1101111 | 1101011 | 0 | 1001 | 1100 | 110100 | 10000 | 111 | 101101 |
Color Harmonies of #7A6F6B
Complementary color
Monochromatic Colors of #7A6F6B
Black with #7A6F6B
Text Example
Text Example
White with #7A6F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6F6B; }
p { color: rgb(122,111,107); }
H1.HeaderClassName
{
color: #7A6F6B;
}
.AnyTagClassName
{
color: #7A6F6B;
}
</style>
background-color css
<style>
a { background-color: #7A6F6B; }
a { background-color: rgb(122,111,107); }
div.DivClassName
{
background-color: #7A6F6B;
}
.BgClassName
{
background-color: #7A6F6B;
}
</style>
border-color css
<style>
span { border-color: #7A6F6B; }
span { border-color: rgb(122,111,107); }
td.TdClassName
{
border-color: #7A6F6B;
}
.TagClassName
{
border-color: #7A6F6B;
}
</style>