Shades of Russett #7A5D54
Tints of Russett #7A5D54
RGB
CMYK
RGB Variations
Color information
#7A5D54 (or 0x7A5D54) is known color: Russett. HEX triplet: 7A, 5D and 54. RGB value is (122,93,84). Sum of RGB (Red+Green+Blue) = 122+93+84=299 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.80% from 299); Green value is 93 (36.72% from 255 or 31.10% from 299); Blue value is 84 (33.20% from 255 or 28.09% from 299); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5D54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5D54 is #85A2AB. Grayscale: #646464. Windows color (decimal): -8757932 or 5528954. OLE color: 5528954.
HSL color Cylindrical-coordinate representation of color #7A5D54: hue angle of 14.21º 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 #7A5D54 is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 93 | 84 | - |
| CMYK | 0 | 0.24 | 0.31 | 0.52 |
| HSL | 14.21º | 0.18% | 0.4% | - |
| HSV(B) | 14.21º | 0.31% | 0.48% | - |
| XYZ | 13.54 | 12.61 | 10.11 | - |
| YUV | 100.65 | 118.61 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 93 | 84 | 0 | 0.24 | 0.31 | 0.52 | 14.21 | 0.18 | 0.4 |
| Hex | 7A | 5D | 54 | 0 | 18 | 1F | 34 | E | 12 | 28 |
| Octal | 172 | 135 | 124 | 0 | 30 | 37 | 64 | 16 | 22 | 50 |
| Binary | 1111010 | 1011101 | 1010100 | 0 | 11000 | 11111 | 110100 | 1110 | 10010 | 101000 |
Color Harmonies of #7A5D54
Complementary color
Monochromatic Colors of #7A5D54
Black with #7A5D54
Text Example
Text Example
White with #7A5D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5D54; }
p { color: rgb(122,93,84); }
H1.HeaderClassName
{
color: #7A5D54;
}
.AnyTagClassName
{
color: #7A5D54;
}
</style>
background-color css
<style>
a { background-color: #7A5D54; }
a { background-color: rgb(122,93,84); }
div.DivClassName
{
background-color: #7A5D54;
}
.BgClassName
{
background-color: #7A5D54;
}
</style>
border-color css
<style>
span { border-color: #7A5D54; }
span { border-color: rgb(122,93,84); }
td.TdClassName
{
border-color: #7A5D54;
}
.TagClassName
{
border-color: #7A5D54;
}
</style>