Shades of Russett #79615A
Tints of Russett #79615A
RGB
CMYK
RGB Variations
Color information
#79615A (or 0x79615A) is known color: Russett. HEX triplet: 79, 61 and 5A. RGB value is (121,97,90). Sum of RGB (Red+Green+Blue) = 121+97+90=308 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.29% from 308); Green value is 97 (38.28% from 255 or 31.49% from 308); Blue value is 90 (35.55% from 255 or 29.22% from 308); Max value from RGB is 121 - color contains mainly: red. Hex color #79615A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79615A is #869EA5. Grayscale: #676767. Windows color (decimal): -8822438 or 5923193. OLE color: 5923193.
HSL color Cylindrical-coordinate representation of color #79615A: hue angle of 13.55º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #79615A is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 97 | 90 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.53 |
| HSL | 13.55º | 0.15% | 0.41% | - |
| HSV(B) | 13.55º | 0.26% | 0.47% | - |
| XYZ | 14.01 | 13.35 | 11.51 | - |
| YUV | 103.38 | 120.45 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 97 | 90 | 0 | 0.20 | 0.26 | 0.53 | 13.55 | 0.15 | 0.41 |
| Hex | 79 | 61 | 5A | 0 | 14 | 1A | 35 | E | F | 29 |
| Octal | 171 | 141 | 132 | 0 | 24 | 32 | 65 | 16 | 17 | 51 |
| Binary | 1111001 | 1100001 | 1011010 | 0 | 10100 | 11010 | 110101 | 1110 | 1111 | 101001 |
Color Harmonies of #79615A
Complementary color
Monochromatic Colors of #79615A
Black with #79615A
Text Example
Text Example
White with #79615A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79615A; }
p { color: rgb(121,97,90); }
H1.HeaderClassName
{
color: #79615A;
}
.AnyTagClassName
{
color: #79615A;
}
</style>
background-color css
<style>
a { background-color: #79615A; }
a { background-color: rgb(121,97,90); }
div.DivClassName
{
background-color: #79615A;
}
.BgClassName
{
background-color: #79615A;
}
</style>
border-color css
<style>
span { border-color: #79615A; }
span { border-color: rgb(121,97,90); }
td.TdClassName
{
border-color: #79615A;
}
.TagClassName
{
border-color: #79615A;
}
</style>