Shades of Russett #775D57
Tints of Russett #775D57
RGB
CMYK
RGB Variations
Color information
#775D57 (or 0x775D57) is known color: Russett. HEX triplet: 77, 5D and 57. RGB value is (119,93,87). Sum of RGB (Red+Green+Blue) = 119+93+87=299 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.80% from 299); Green value is 93 (36.72% from 255 or 31.10% from 299); Blue value is 87 (34.38% from 255 or 29.10% from 299); Max value from RGB is 119 - color contains mainly: red. Hex color #775D57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775D57 is #88A2A8. Grayscale: #646464. Windows color (decimal): -8954537 or 5725559. OLE color: 5725559.
HSL color Cylindrical-coordinate representation of color #775D57: hue angle of 11.25º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #775D57 is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 93 | 87 | - |
| CMYK | 0 | 0.22 | 0.27 | 0.53 |
| HSL | 11.25º | 0.16% | 0.4% | - |
| HSV(B) | 11.25º | 0.27% | 0.47% | - |
| XYZ | 13.24 | 12.44 | 10.72 | - |
| YUV | 100.09 | 120.61 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 93 | 87 | 0 | 0.22 | 0.27 | 0.53 | 11.25 | 0.16 | 0.4 |
| Hex | 77 | 5D | 57 | 0 | 16 | 1B | 35 | B | 10 | 28 |
| Octal | 167 | 135 | 127 | 0 | 26 | 33 | 65 | 13 | 20 | 50 |
| Binary | 1110111 | 1011101 | 1010111 | 0 | 10110 | 11011 | 110101 | 1011 | 10000 | 101000 |
Color Harmonies of #775D57
Complementary color
Monochromatic Colors of #775D57
Black with #775D57
Text Example
Text Example
White with #775D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775D57; }
p { color: rgb(119,93,87); }
H1.HeaderClassName
{
color: #775D57;
}
.AnyTagClassName
{
color: #775D57;
}
</style>
background-color css
<style>
a { background-color: #775D57; }
a { background-color: rgb(119,93,87); }
div.DivClassName
{
background-color: #775D57;
}
.BgClassName
{
background-color: #775D57;
}
</style>
border-color css
<style>
span { border-color: #775D57; }
span { border-color: rgb(119,93,87); }
td.TdClassName
{
border-color: #775D57;
}
.TagClassName
{
border-color: #775D57;
}
</style>