Shades of Russett #79655B
Tints of Russett #79655B
RGB
CMYK
RGB Variations
Color information
#79655B (or 0x79655B) is known color: Russett. HEX triplet: 79, 65 and 5B. RGB value is (121,101,91). Sum of RGB (Red+Green+Blue) = 121+101+91=313 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.66% from 313); Green value is 101 (39.84% from 255 or 32.27% from 313); Blue value is 91 (35.94% from 255 or 29.07% from 313); Max value from RGB is 121 - color contains mainly: red. Hex color #79655B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79655B is #869AA4. Grayscale: #696969. Windows color (decimal): -8821413 or 5989753. OLE color: 5989753.
HSL color Cylindrical-coordinate representation of color #79655B: hue angle of 20º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #79655B is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 101 | 91 | - |
| CMYK | 0 | 0.17 | 0.25 | 0.53 |
| HSL | 20º | 0.14% | 0.42% | - |
| HSV(B) | 20º | 0.25% | 0.47% | - |
| XYZ | 14.43 | 14.13 | 11.86 | - |
| YUV | 105.84 | 119.63 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 101 | 91 | 0 | 0.17 | 0.25 | 0.53 | 20 | 0.14 | 0.42 |
| Hex | 79 | 65 | 5B | 0 | 11 | 19 | 35 | 14 | E | 2A |
| Octal | 171 | 145 | 133 | 0 | 21 | 31 | 65 | 24 | 16 | 52 |
| Binary | 1111001 | 1100101 | 1011011 | 0 | 10001 | 11001 | 110101 | 10100 | 1110 | 101010 |
Color Harmonies of #79655B
Complementary color
Monochromatic Colors of #79655B
Black with #79655B
Text Example
Text Example
White with #79655B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79655B; }
p { color: rgb(121,101,91); }
H1.HeaderClassName
{
color: #79655B;
}
.AnyTagClassName
{
color: #79655B;
}
</style>
background-color css
<style>
a { background-color: #79655B; }
a { background-color: rgb(121,101,91); }
div.DivClassName
{
background-color: #79655B;
}
.BgClassName
{
background-color: #79655B;
}
</style>
border-color css
<style>
span { border-color: #79655B; }
span { border-color: rgb(121,101,91); }
td.TdClassName
{
border-color: #79655B;
}
.TagClassName
{
border-color: #79655B;
}
</style>