Shades of Russett #785F5B
Tints of Russett #785F5B
RGB
CMYK
RGB Variations
Color information
#785F5B (or 0x785F5B) is known color: Russett. HEX triplet: 78, 5F and 5B. RGB value is (120,95,91). Sum of RGB (Red+Green+Blue) = 120+95+91=306 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.22% from 306); Green value is 95 (37.5% from 255 or 31.05% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 120 - color contains mainly: red. Hex color #785F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785F5B is #87A0A4. Grayscale: #666666. Windows color (decimal): -8888485 or 5988216. OLE color: 5988216.
HSL color Cylindrical-coordinate representation of color #785F5B: hue angle of 8.28º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #785F5B is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 95 | 91 | - |
| CMYK | 0 | 0.21 | 0.24 | 0.53 |
| HSL | 8.28º | 0.14% | 0.41% | - |
| HSV(B) | 8.28º | 0.24% | 0.47% | - |
| XYZ | 13.73 | 12.93 | 11.67 | - |
| YUV | 102.02 | 121.78 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 95 | 91 | 0 | 0.21 | 0.24 | 0.53 | 8.28 | 0.14 | 0.41 |
| Hex | 78 | 5F | 5B | 0 | 15 | 18 | 35 | 8 | E | 29 |
| Octal | 170 | 137 | 133 | 0 | 25 | 30 | 65 | 10 | 16 | 51 |
| Binary | 1111000 | 1011111 | 1011011 | 0 | 10101 | 11000 | 110101 | 1000 | 1110 | 101001 |
Color Harmonies of #785F5B
Complementary color
Monochromatic Colors of #785F5B
Black with #785F5B
Text Example
Text Example
White with #785F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785F5B; }
p { color: rgb(120,95,91); }
H1.HeaderClassName
{
color: #785F5B;
}
.AnyTagClassName
{
color: #785F5B;
}
</style>
background-color css
<style>
a { background-color: #785F5B; }
a { background-color: rgb(120,95,91); }
div.DivClassName
{
background-color: #785F5B;
}
.BgClassName
{
background-color: #785F5B;
}
</style>
border-color css
<style>
span { border-color: #785F5B; }
span { border-color: rgb(120,95,91); }
td.TdClassName
{
border-color: #785F5B;
}
.TagClassName
{
border-color: #785F5B;
}
</style>