Shades of Russett #7A5E54
Tints of Russett #7A5E54
RGB
CMYK
RGB Variations
Color information
#7A5E54 (or 0x7A5E54) is known color: Russett. HEX triplet: 7A, 5E and 54. RGB value is (122,94,84). Sum of RGB (Red+Green+Blue) = 122+94+84=300 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.67% from 300); Green value is 94 (37.11% from 255 or 31.33% from 300); Blue value is 84 (33.20% from 255 or 28% from 300); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5E54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5E54 is #85A1AB. Grayscale: #656565. Windows color (decimal): -8757676 or 5529210. OLE color: 5529210.
HSL color Cylindrical-coordinate representation of color #7A5E54: hue angle of 15.79º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7A5E54 is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 94 | 84 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.52 |
| HSL | 15.79º | 0.18% | 0.4% | - |
| HSV(B) | 15.79º | 0.31% | 0.48% | - |
| XYZ | 13.63 | 12.78 | 10.14 | - |
| YUV | 101.23 | 118.28 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 94 | 84 | 0 | 0.23 | 0.31 | 0.52 | 15.79 | 0.18 | 0.4 |
| Hex | 7A | 5E | 54 | 0 | 17 | 1F | 34 | 10 | 12 | 28 |
| Octal | 172 | 136 | 124 | 0 | 27 | 37 | 64 | 20 | 22 | 50 |
| Binary | 1111010 | 1011110 | 1010100 | 0 | 10111 | 11111 | 110100 | 10000 | 10010 | 101000 |
Color Harmonies of #7A5E54
Complementary color
Monochromatic Colors of #7A5E54
Black with #7A5E54
Text Example
Text Example
White with #7A5E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5E54; }
p { color: rgb(122,94,84); }
H1.HeaderClassName
{
color: #7A5E54;
}
.AnyTagClassName
{
color: #7A5E54;
}
</style>
background-color css
<style>
a { background-color: #7A5E54; }
a { background-color: rgb(122,94,84); }
div.DivClassName
{
background-color: #7A5E54;
}
.BgClassName
{
background-color: #7A5E54;
}
</style>
border-color css
<style>
span { border-color: #7A5E54; }
span { border-color: rgb(122,94,84); }
td.TdClassName
{
border-color: #7A5E54;
}
.TagClassName
{
border-color: #7A5E54;
}
</style>