Shades of Russett #7A635C
Tints of Russett #7A635C
RGB
CMYK
RGB Variations
Color information
#7A635C (or 0x7A635C) is known color: Russett. HEX triplet: 7A, 63 and 5C. RGB value is (122,99,92). Sum of RGB (Red+Green+Blue) = 122+99+92=313 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.98% from 313); Green value is 99 (39.06% from 255 or 31.63% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 122 - color contains mainly: red. Hex color #7A635C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A635C is #859CA3. Grayscale: #696969. Windows color (decimal): -8756388 or 6054778. OLE color: 6054778.
HSL color Cylindrical-coordinate representation of color #7A635C: hue angle of 14º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7A635C is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 99 | 92 | - |
| CMYK | 0 | 0.19 | 0.25 | 0.52 |
| HSL | 14º | 0.14% | 0.42% | - |
| HSV(B) | 14º | 0.25% | 0.48% | - |
| XYZ | 14.42 | 13.83 | 12.04 | - |
| YUV | 105.08 | 120.62 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 99 | 92 | 0 | 0.19 | 0.25 | 0.52 | 14 | 0.14 | 0.42 |
| Hex | 7A | 63 | 5C | 0 | 13 | 19 | 34 | E | E | 2A |
| Octal | 172 | 143 | 134 | 0 | 23 | 31 | 64 | 16 | 16 | 52 |
| Binary | 1111010 | 1100011 | 1011100 | 0 | 10011 | 11001 | 110100 | 1110 | 1110 | 101010 |
Color Harmonies of #7A635C
Complementary color
Monochromatic Colors of #7A635C
Black with #7A635C
Text Example
Text Example
White with #7A635C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A635C; }
p { color: rgb(122,99,92); }
H1.HeaderClassName
{
color: #7A635C;
}
.AnyTagClassName
{
color: #7A635C;
}
</style>
background-color css
<style>
a { background-color: #7A635C; }
a { background-color: rgb(122,99,92); }
div.DivClassName
{
background-color: #7A635C;
}
.BgClassName
{
background-color: #7A635C;
}
</style>
border-color css
<style>
span { border-color: #7A635C; }
span { border-color: rgb(122,99,92); }
td.TdClassName
{
border-color: #7A635C;
}
.TagClassName
{
border-color: #7A635C;
}
</style>