Shades of Russett #775E56
Tints of Russett #775E56
RGB
CMYK
RGB Variations
Color information
#775E56 (or 0x775E56) is known color: Russett. HEX triplet: 77, 5E and 56. RGB value is (119,94,86). Sum of RGB (Red+Green+Blue) = 119+94+86=299 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.80% from 299); Green value is 94 (37.11% from 255 or 31.44% from 299); Blue value is 86 (33.98% from 255 or 28.76% from 299); Max value from RGB is 119 - color contains mainly: red. Hex color #775E56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775E56 is #88A1A9. Grayscale: #646464. Windows color (decimal): -8954282 or 5660279. OLE color: 5660279.
HSL color Cylindrical-coordinate representation of color #775E56: hue angle of 14.55º 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 #775E56 is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 94 | 86 | - |
| CMYK | 0 | 0.21 | 0.28 | 0.53 |
| HSL | 14.55º | 0.16% | 0.4% | - |
| HSV(B) | 14.55º | 0.28% | 0.47% | - |
| XYZ | 13.29 | 12.6 | 10.54 | - |
| YUV | 100.56 | 119.78 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 94 | 86 | 0 | 0.21 | 0.28 | 0.53 | 14.55 | 0.16 | 0.4 |
| Hex | 77 | 5E | 56 | 0 | 15 | 1C | 35 | F | 10 | 28 |
| Octal | 167 | 136 | 126 | 0 | 25 | 34 | 65 | 17 | 20 | 50 |
| Binary | 1110111 | 1011110 | 1010110 | 0 | 10101 | 11100 | 110101 | 1111 | 10000 | 101000 |
Color Harmonies of #775E56
Complementary color
Monochromatic Colors of #775E56
Black with #775E56
Text Example
Text Example
White with #775E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775E56; }
p { color: rgb(119,94,86); }
H1.HeaderClassName
{
color: #775E56;
}
.AnyTagClassName
{
color: #775E56;
}
</style>
background-color css
<style>
a { background-color: #775E56; }
a { background-color: rgb(119,94,86); }
div.DivClassName
{
background-color: #775E56;
}
.BgClassName
{
background-color: #775E56;
}
</style>
border-color css
<style>
span { border-color: #775E56; }
span { border-color: rgb(119,94,86); }
td.TdClassName
{
border-color: #775E56;
}
.TagClassName
{
border-color: #775E56;
}
</style>