Shades of Russett #7A635A
Tints of Russett #7A635A
RGB
CMYK
RGB Variations
Color information
#7A635A (or 0x7A635A) is known color: Russett. HEX triplet: 7A, 63 and 5A. RGB value is (122,99,90). Sum of RGB (Red+Green+Blue) = 122+99+90=311 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.23% from 311); Green value is 99 (39.06% from 255 or 31.83% from 311); Blue value is 90 (35.55% from 255 or 28.94% from 311); Max value from RGB is 122 - color contains mainly: red. Hex color #7A635A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A635A is #859CA5. Grayscale: #686868. Windows color (decimal): -8756390 or 5923706. OLE color: 5923706.
HSL color Cylindrical-coordinate representation of color #7A635A: hue angle of 16.88º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7A635A is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 99 | 90 | - |
| CMYK | 0 | 0.19 | 0.26 | 0.52 |
| HSL | 16.88º | 0.15% | 0.42% | - |
| HSV(B) | 16.88º | 0.26% | 0.48% | - |
| XYZ | 14.33 | 13.8 | 11.58 | - |
| YUV | 104.85 | 119.62 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 99 | 90 | 0 | 0.19 | 0.26 | 0.52 | 16.88 | 0.15 | 0.42 |
| Hex | 7A | 63 | 5A | 0 | 13 | 1A | 34 | 11 | F | 2A |
| Octal | 172 | 143 | 132 | 0 | 23 | 32 | 64 | 21 | 17 | 52 |
| Binary | 1111010 | 1100011 | 1011010 | 0 | 10011 | 11010 | 110100 | 10001 | 1111 | 101010 |
Color Harmonies of #7A635A
Complementary color
Monochromatic Colors of #7A635A
Black with #7A635A
Text Example
Text Example
White with #7A635A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A635A; }
p { color: rgb(122,99,90); }
H1.HeaderClassName
{
color: #7A635A;
}
.AnyTagClassName
{
color: #7A635A;
}
</style>
background-color css
<style>
a { background-color: #7A635A; }
a { background-color: rgb(122,99,90); }
div.DivClassName
{
background-color: #7A635A;
}
.BgClassName
{
background-color: #7A635A;
}
</style>
border-color css
<style>
span { border-color: #7A635A; }
span { border-color: rgb(122,99,90); }
td.TdClassName
{
border-color: #7A635A;
}
.TagClassName
{
border-color: #7A635A;
}
</style>