Shades of Russett #7A5850
Tints of Russett #7A5850
RGB
CMYK
RGB Variations
Color information
#7A5850 (or 0x7A5850) is known color: Russett. HEX triplet: 7A, 58 and 50. RGB value is (122,88,80). Sum of RGB (Red+Green+Blue) = 122+88+80=290 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.07% from 290); Green value is 88 (34.77% from 255 or 30.34% from 290); Blue value is 80 (31.64% from 255 or 27.59% from 290); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5850 is #85A7AF. Grayscale: #616161. Windows color (decimal): -8759216 or 5265530. OLE color: 5265530.
HSL color Cylindrical-coordinate representation of color #7A5850: hue angle of 11.43º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7A5850 is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 88 | 80 | - |
| CMYK | 0 | 0.28 | 0.34 | 0.52 |
| HSL | 11.43º | 0.21% | 0.4% | - |
| HSV(B) | 11.43º | 0.34% | 0.48% | - |
| XYZ | 12.96 | 11.7 | 9.16 | - |
| YUV | 97.25 | 118.26 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 88 | 80 | 0 | 0.28 | 0.34 | 0.52 | 11.43 | 0.21 | 0.4 |
| Hex | 7A | 58 | 50 | 0 | 1C | 22 | 34 | B | 15 | 28 |
| Octal | 172 | 130 | 120 | 0 | 34 | 42 | 64 | 13 | 25 | 50 |
| Binary | 1111010 | 1011000 | 1010000 | 0 | 11100 | 100010 | 110100 | 1011 | 10101 | 101000 |
Color Harmonies of #7A5850
Complementary color
Monochromatic Colors of #7A5850
Black with #7A5850
Text Example
Text Example
White with #7A5850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5850; }
p { color: rgb(122,88,80); }
H1.HeaderClassName
{
color: #7A5850;
}
.AnyTagClassName
{
color: #7A5850;
}
</style>
background-color css
<style>
a { background-color: #7A5850; }
a { background-color: rgb(122,88,80); }
div.DivClassName
{
background-color: #7A5850;
}
.BgClassName
{
background-color: #7A5850;
}
</style>
border-color css
<style>
span { border-color: #7A5850; }
span { border-color: rgb(122,88,80); }
td.TdClassName
{
border-color: #7A5850;
}
.TagClassName
{
border-color: #7A5850;
}
</style>