Shades of Russett #775C56
Tints of Russett #775C56
RGB
CMYK
RGB Variations
Color information
#775C56 (or 0x775C56) is known color: Russett. HEX triplet: 77, 5C and 56. RGB value is (119,92,86). Sum of RGB (Red+Green+Blue) = 119+92+86=297 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.07% from 297); Green value is 92 (36.33% from 255 or 30.98% from 297); Blue value is 86 (33.98% from 255 or 28.96% from 297); Max value from RGB is 119 - color contains mainly: red. Hex color #775C56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775C56 is #88A3A9. Grayscale: #636363. Windows color (decimal): -8954794 or 5659767. OLE color: 5659767.
HSL color Cylindrical-coordinate representation of color #775C56: hue angle of 10.91º 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 #775C56 is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 92 | 86 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.53 |
| HSL | 10.91º | 0.16% | 0.4% | - |
| HSV(B) | 10.91º | 0.28% | 0.47% | - |
| XYZ | 13.11 | 12.25 | 10.48 | - |
| YUV | 99.39 | 120.45 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 92 | 86 | 0 | 0.23 | 0.28 | 0.53 | 10.91 | 0.16 | 0.4 |
| Hex | 77 | 5C | 56 | 0 | 17 | 1C | 35 | B | 10 | 28 |
| Octal | 167 | 134 | 126 | 0 | 27 | 34 | 65 | 13 | 20 | 50 |
| Binary | 1110111 | 1011100 | 1010110 | 0 | 10111 | 11100 | 110101 | 1011 | 10000 | 101000 |
Color Harmonies of #775C56
Complementary color
Monochromatic Colors of #775C56
Black with #775C56
Text Example
Text Example
White with #775C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775C56; }
p { color: rgb(119,92,86); }
H1.HeaderClassName
{
color: #775C56;
}
.AnyTagClassName
{
color: #775C56;
}
</style>
background-color css
<style>
a { background-color: #775C56; }
a { background-color: rgb(119,92,86); }
div.DivClassName
{
background-color: #775C56;
}
.BgClassName
{
background-color: #775C56;
}
</style>
border-color css
<style>
span { border-color: #775C56; }
span { border-color: rgb(119,92,86); }
td.TdClassName
{
border-color: #775C56;
}
.TagClassName
{
border-color: #775C56;
}
</style>