Shades of Russett #7A665C
Tints of Russett #7A665C
RGB
CMYK
RGB Variations
Color information
#7A665C (or 0x7A665C) is known color: Russett. HEX triplet: 7A, 66 and 5C. RGB value is (122,102,92). Sum of RGB (Red+Green+Blue) = 122+102+92=316 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.61% from 316); Green value is 102 (40.23% from 255 or 32.28% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 122 - color contains mainly: red. Hex color #7A665C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A665C is #8599A3. Grayscale: #6A6A6A. Windows color (decimal): -8755620 or 6055546. OLE color: 6055546.
HSL color Cylindrical-coordinate representation of color #7A665C: hue angle of 20º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7A665C is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 102 | 92 | - |
| CMYK | 0 | 0.16 | 0.25 | 0.52 |
| HSL | 20º | 0.14% | 0.42% | - |
| HSV(B) | 20º | 0.25% | 0.48% | - |
| XYZ | 14.71 | 14.41 | 12.13 | - |
| YUV | 106.84 | 119.63 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 102 | 92 | 0 | 0.16 | 0.25 | 0.52 | 20 | 0.14 | 0.42 |
| Hex | 7A | 66 | 5C | 0 | 10 | 19 | 34 | 14 | E | 2A |
| Octal | 172 | 146 | 134 | 0 | 20 | 31 | 64 | 24 | 16 | 52 |
| Binary | 1111010 | 1100110 | 1011100 | 0 | 10000 | 11001 | 110100 | 10100 | 1110 | 101010 |
Color Harmonies of #7A665C
Complementary color
Monochromatic Colors of #7A665C
Black with #7A665C
Text Example
Text Example
White with #7A665C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A665C; }
p { color: rgb(122,102,92); }
H1.HeaderClassName
{
color: #7A665C;
}
.AnyTagClassName
{
color: #7A665C;
}
</style>
background-color css
<style>
a { background-color: #7A665C; }
a { background-color: rgb(122,102,92); }
div.DivClassName
{
background-color: #7A665C;
}
.BgClassName
{
background-color: #7A665C;
}
</style>
border-color css
<style>
span { border-color: #7A665C; }
span { border-color: rgb(122,102,92); }
td.TdClassName
{
border-color: #7A665C;
}
.TagClassName
{
border-color: #7A665C;
}
</style>