Shades of Russett #7A5C55
Tints of Russett #7A5C55
RGB
CMYK
RGB Variations
Color information
#7A5C55 (or 0x7A5C55) is known color: Russett. HEX triplet: 7A, 5C and 55. RGB value is (122,92,85). Sum of RGB (Red+Green+Blue) = 122+92+85=299 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.80% from 299); Green value is 92 (36.33% from 255 or 30.77% from 299); Blue value is 85 (33.59% from 255 or 28.43% from 299); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5C55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5C55 is #85A3AA. Grayscale: #646464. Windows color (decimal): -8758187 or 5594234. OLE color: 5594234.
HSL color Cylindrical-coordinate representation of color #7A5C55: hue angle of 11.35º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7A5C55 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 92 | 85 | - |
| CMYK | 0 | 0.25 | 0.30 | 0.52 |
| HSL | 11.35º | 0.18% | 0.41% | - |
| HSV(B) | 11.35º | 0.3% | 0.48% | - |
| XYZ | 13.49 | 12.45 | 10.29 | - |
| YUV | 100.17 | 119.44 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 92 | 85 | 0 | 0.25 | 0.30 | 0.52 | 11.35 | 0.18 | 0.41 |
| Hex | 7A | 5C | 55 | 0 | 19 | 1E | 34 | B | 12 | 29 |
| Octal | 172 | 134 | 125 | 0 | 31 | 36 | 64 | 13 | 22 | 51 |
| Binary | 1111010 | 1011100 | 1010101 | 0 | 11001 | 11110 | 110100 | 1011 | 10010 | 101001 |
Color Harmonies of #7A5C55
Complementary color
Monochromatic Colors of #7A5C55
Black with #7A5C55
Text Example
Text Example
White with #7A5C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5C55; }
p { color: rgb(122,92,85); }
H1.HeaderClassName
{
color: #7A5C55;
}
.AnyTagClassName
{
color: #7A5C55;
}
</style>
background-color css
<style>
a { background-color: #7A5C55; }
a { background-color: rgb(122,92,85); }
div.DivClassName
{
background-color: #7A5C55;
}
.BgClassName
{
background-color: #7A5C55;
}
</style>
border-color css
<style>
span { border-color: #7A5C55; }
span { border-color: rgb(122,92,85); }
td.TdClassName
{
border-color: #7A5C55;
}
.TagClassName
{
border-color: #7A5C55;
}
</style>