Shades of Russett #7A645C
Tints of Russett #7A645C
RGB
CMYK
RGB Variations
Color information
#7A645C (or 0x7A645C) is known color: Russett. HEX triplet: 7A, 64 and 5C. RGB value is (122,100,92). Sum of RGB (Red+Green+Blue) = 122+100+92=314 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.85% from 314); Green value is 100 (39.45% from 255 or 31.85% from 314); Blue value is 92 (36.33% from 255 or 29.30% from 314); Max value from RGB is 122 - color contains mainly: red. Hex color #7A645C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A645C is #859BA3. Grayscale: #696969. Windows color (decimal): -8756132 or 6055034. OLE color: 6055034.
HSL color Cylindrical-coordinate representation of color #7A645C: hue angle of 16º 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 #7A645C is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 100 | 92 | - |
| CMYK | 0 | 0.18 | 0.25 | 0.52 |
| HSL | 16º | 0.14% | 0.42% | - |
| HSV(B) | 16º | 0.25% | 0.48% | - |
| XYZ | 14.51 | 14.02 | 12.07 | - |
| YUV | 105.67 | 120.29 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 100 | 92 | 0 | 0.18 | 0.25 | 0.52 | 16 | 0.14 | 0.42 |
| Hex | 7A | 64 | 5C | 0 | 12 | 19 | 34 | 10 | E | 2A |
| Octal | 172 | 144 | 134 | 0 | 22 | 31 | 64 | 20 | 16 | 52 |
| Binary | 1111010 | 1100100 | 1011100 | 0 | 10010 | 11001 | 110100 | 10000 | 1110 | 101010 |
Color Harmonies of #7A645C
Complementary color
Monochromatic Colors of #7A645C
Black with #7A645C
Text Example
Text Example
White with #7A645C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A645C; }
p { color: rgb(122,100,92); }
H1.HeaderClassName
{
color: #7A645C;
}
.AnyTagClassName
{
color: #7A645C;
}
</style>
background-color css
<style>
a { background-color: #7A645C; }
a { background-color: rgb(122,100,92); }
div.DivClassName
{
background-color: #7A645C;
}
.BgClassName
{
background-color: #7A645C;
}
</style>
border-color css
<style>
span { border-color: #7A645C; }
span { border-color: rgb(122,100,92); }
td.TdClassName
{
border-color: #7A645C;
}
.TagClassName
{
border-color: #7A645C;
}
</style>