Shades of Russett #79645D
Tints of Russett #79645D
RGB
CMYK
RGB Variations
Color information
#79645D (or 0x79645D) is known color: Russett. HEX triplet: 79, 64 and 5D. RGB value is (121,100,93). Sum of RGB (Red+Green+Blue) = 121+100+93=314 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.54% from 314); Green value is 100 (39.45% from 255 or 31.85% from 314); Blue value is 93 (36.72% from 255 or 29.62% from 314); Max value from RGB is 121 - color contains mainly: red. Hex color #79645D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79645D is #869BA2. Grayscale: #696969. Windows color (decimal): -8821667 or 6120569. OLE color: 6120569.
HSL color Cylindrical-coordinate representation of color #79645D: hue angle of 15º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #79645D is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 100 | 93 | - |
| CMYK | 0 | 0.17 | 0.23 | 0.53 |
| HSL | 15º | 0.13% | 0.42% | - |
| HSV(B) | 15º | 0.23% | 0.47% | - |
| XYZ | 14.42 | 13.97 | 12.29 | - |
| YUV | 105.48 | 120.96 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 100 | 93 | 0 | 0.17 | 0.23 | 0.53 | 15 | 0.13 | 0.42 |
| Hex | 79 | 64 | 5D | 0 | 11 | 17 | 35 | F | D | 2A |
| Octal | 171 | 144 | 135 | 0 | 21 | 27 | 65 | 17 | 15 | 52 |
| Binary | 1111001 | 1100100 | 1011101 | 0 | 10001 | 10111 | 110101 | 1111 | 1101 | 101010 |
Color Harmonies of #79645D
Complementary color
Monochromatic Colors of #79645D
Black with #79645D
Text Example
Text Example
White with #79645D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79645D; }
p { color: rgb(121,100,93); }
H1.HeaderClassName
{
color: #79645D;
}
.AnyTagClassName
{
color: #79645D;
}
</style>
background-color css
<style>
a { background-color: #79645D; }
a { background-color: rgb(121,100,93); }
div.DivClassName
{
background-color: #79645D;
}
.BgClassName
{
background-color: #79645D;
}
</style>
border-color css
<style>
span { border-color: #79645D; }
span { border-color: rgb(121,100,93); }
td.TdClassName
{
border-color: #79645D;
}
.TagClassName
{
border-color: #79645D;
}
</style>