Shades of Russett #7A6D69
Tints of Russett #7A6D69
RGB
CMYK
RGB Variations
Color information
#7A6D69 (or 0x7A6D69) is known color: Russett. HEX triplet: 7A, 6D and 69. RGB value is (122,109,105). Sum of RGB (Red+Green+Blue) = 122+109+105=336 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.31% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 105 (41.41% from 255 or 31.25% from 336); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6D69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6D69 is #859296. Grayscale: #707070. Windows color (decimal): -8753815 or 6909306. OLE color: 6909306.
HSL color Cylindrical-coordinate representation of color #7A6D69: hue angle of 14.12º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7A6D69 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 109 | 105 | - |
| CMYK | 0 | 0.11 | 0.14 | 0.52 |
| HSL | 14.12º | 0.07% | 0.45% | - |
| HSV(B) | 14.12º | 0.14% | 0.48% | - |
| XYZ | 16.04 | 16.09 | 15.63 | - |
| YUV | 112.43 | 123.81 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 109 | 105 | 0 | 0.11 | 0.14 | 0.52 | 14.12 | 0.07 | 0.45 |
| Hex | 7A | 6D | 69 | 0 | B | E | 34 | E | 7 | 2D |
| Octal | 172 | 155 | 151 | 0 | 13 | 16 | 64 | 16 | 7 | 55 |
| Binary | 1111010 | 1101101 | 1101001 | 0 | 1011 | 1110 | 110100 | 1110 | 111 | 101101 |
Color Harmonies of #7A6D69
Complementary color
Monochromatic Colors of #7A6D69
Black with #7A6D69
Text Example
Text Example
White with #7A6D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6D69; }
p { color: rgb(122,109,105); }
H1.HeaderClassName
{
color: #7A6D69;
}
.AnyTagClassName
{
color: #7A6D69;
}
</style>
background-color css
<style>
a { background-color: #7A6D69; }
a { background-color: rgb(122,109,105); }
div.DivClassName
{
background-color: #7A6D69;
}
.BgClassName
{
background-color: #7A6D69;
}
</style>
border-color css
<style>
span { border-color: #7A6D69; }
span { border-color: rgb(122,109,105); }
td.TdClassName
{
border-color: #7A6D69;
}
.TagClassName
{
border-color: #7A6D69;
}
</style>