Shades of Russett #7A625D
Tints of Russett #7A625D
RGB
CMYK
RGB Variations
Color information
#7A625D (or 0x7A625D) is known color: Russett. HEX triplet: 7A, 62 and 5D. RGB value is (122,98,93). Sum of RGB (Red+Green+Blue) = 122+98+93=313 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.98% from 313); Green value is 98 (38.67% from 255 or 31.31% from 313); Blue value is 93 (36.72% from 255 or 29.71% from 313); Max value from RGB is 122 - color contains mainly: red. Hex color #7A625D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A625D is #859DA2. Grayscale: #686868. Windows color (decimal): -8756643 or 6120058. OLE color: 6120058.
HSL color Cylindrical-coordinate representation of color #7A625D: hue angle of 10.34º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7A625D is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 98 | 93 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.52 |
| HSL | 10.34º | 0.13% | 0.42% | - |
| HSV(B) | 10.34º | 0.24% | 0.48% | - |
| XYZ | 14.37 | 13.66 | 12.24 | - |
| YUV | 104.61 | 121.45 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 98 | 93 | 0 | 0.20 | 0.24 | 0.52 | 10.34 | 0.13 | 0.42 |
| Hex | 7A | 62 | 5D | 0 | 14 | 18 | 34 | A | D | 2A |
| Octal | 172 | 142 | 135 | 0 | 24 | 30 | 64 | 12 | 15 | 52 |
| Binary | 1111010 | 1100010 | 1011101 | 0 | 10100 | 11000 | 110100 | 1010 | 1101 | 101010 |
Color Harmonies of #7A625D
Complementary color
Monochromatic Colors of #7A625D
Black with #7A625D
Text Example
Text Example
White with #7A625D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A625D; }
p { color: rgb(122,98,93); }
H1.HeaderClassName
{
color: #7A625D;
}
.AnyTagClassName
{
color: #7A625D;
}
</style>
background-color css
<style>
a { background-color: #7A625D; }
a { background-color: rgb(122,98,93); }
div.DivClassName
{
background-color: #7A625D;
}
.BgClassName
{
background-color: #7A625D;
}
</style>
border-color css
<style>
span { border-color: #7A625D; }
span { border-color: rgb(122,98,93); }
td.TdClassName
{
border-color: #7A625D;
}
.TagClassName
{
border-color: #7A625D;
}
</style>