Shades of Russett #775B56
Tints of Russett #775B56
RGB
CMYK
RGB Variations
Color information
#775B56 (or 0x775B56) is known color: Russett. HEX triplet: 77, 5B and 56. RGB value is (119,91,86). Sum of RGB (Red+Green+Blue) = 119+91+86=296 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.20% from 296); Green value is 91 (35.94% from 255 or 30.74% from 296); Blue value is 86 (33.98% from 255 or 29.05% from 296); Max value from RGB is 119 - color contains mainly: red. Hex color #775B56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775B56 is #88A4A9. Grayscale: #626262. Windows color (decimal): -8955050 or 5659511. OLE color: 5659511.
HSL color Cylindrical-coordinate representation of color #775B56: hue angle of 9.09º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #775B56 is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 91 | 86 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.53 |
| HSL | 9.09º | 0.16% | 0.4% | - |
| HSV(B) | 9.09º | 0.28% | 0.47% | - |
| XYZ | 13.03 | 12.08 | 10.45 | - |
| YUV | 98.8 | 120.78 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 91 | 86 | 0 | 0.24 | 0.28 | 0.53 | 9.09 | 0.16 | 0.4 |
| Hex | 77 | 5B | 56 | 0 | 18 | 1C | 35 | 9 | 10 | 28 |
| Octal | 167 | 133 | 126 | 0 | 30 | 34 | 65 | 11 | 20 | 50 |
| Binary | 1110111 | 1011011 | 1010110 | 0 | 11000 | 11100 | 110101 | 1001 | 10000 | 101000 |
Color Harmonies of #775B56
Complementary color
Monochromatic Colors of #775B56
Black with #775B56
Text Example
Text Example
White with #775B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775B56; }
p { color: rgb(119,91,86); }
H1.HeaderClassName
{
color: #775B56;
}
.AnyTagClassName
{
color: #775B56;
}
</style>
background-color css
<style>
a { background-color: #775B56; }
a { background-color: rgb(119,91,86); }
div.DivClassName
{
background-color: #775B56;
}
.BgClassName
{
background-color: #775B56;
}
</style>
border-color css
<style>
span { border-color: #775B56; }
span { border-color: rgb(119,91,86); }
td.TdClassName
{
border-color: #775B56;
}
.TagClassName
{
border-color: #775B56;
}
</style>