Shades of Russett #775E55
Tints of Russett #775E55
RGB
CMYK
RGB Variations
Color information
#775E55 (or 0x775E55) is known color: Russett. HEX triplet: 77, 5E and 55. RGB value is (119,94,85). Sum of RGB (Red+Green+Blue) = 119+94+85=298 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.93% from 298); Green value is 94 (37.11% from 255 or 31.54% from 298); Blue value is 85 (33.59% from 255 or 28.52% from 298); Max value from RGB is 119 - color contains mainly: red. Hex color #775E55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775E55 is #88A1AA. Grayscale: #646464. Windows color (decimal): -8954283 or 5594743. OLE color: 5594743.
HSL color Cylindrical-coordinate representation of color #775E55: hue angle of 15.88º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #775E55 is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 94 | 85 | - |
| CMYK | 0 | 0.21 | 0.29 | 0.53 |
| HSL | 15.88º | 0.17% | 0.4% | - |
| HSV(B) | 15.88º | 0.29% | 0.47% | - |
| XYZ | 13.25 | 12.58 | 10.32 | - |
| YUV | 100.45 | 119.28 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 94 | 85 | 0 | 0.21 | 0.29 | 0.53 | 15.88 | 0.17 | 0.4 |
| Hex | 77 | 5E | 55 | 0 | 15 | 1D | 35 | 10 | 11 | 28 |
| Octal | 167 | 136 | 125 | 0 | 25 | 35 | 65 | 20 | 21 | 50 |
| Binary | 1110111 | 1011110 | 1010101 | 0 | 10101 | 11101 | 110101 | 10000 | 10001 | 101000 |
Color Harmonies of #775E55
Complementary color
Monochromatic Colors of #775E55
Black with #775E55
Text Example
Text Example
White with #775E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775E55; }
p { color: rgb(119,94,85); }
H1.HeaderClassName
{
color: #775E55;
}
.AnyTagClassName
{
color: #775E55;
}
</style>
background-color css
<style>
a { background-color: #775E55; }
a { background-color: rgb(119,94,85); }
div.DivClassName
{
background-color: #775E55;
}
.BgClassName
{
background-color: #775E55;
}
</style>
border-color css
<style>
span { border-color: #775E55; }
span { border-color: rgb(119,94,85); }
td.TdClassName
{
border-color: #775E55;
}
.TagClassName
{
border-color: #775E55;
}
</style>