Shades of Russett #775C55
Tints of Russett #775C55
RGB
CMYK
RGB Variations
Color information
#775C55 (or 0x775C55) is known color: Russett. HEX triplet: 77, 5C and 55. RGB value is (119,92,85). Sum of RGB (Red+Green+Blue) = 119+92+85=296 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.20% from 296); Green value is 92 (36.33% from 255 or 31.08% from 296); Blue value is 85 (33.59% from 255 or 28.72% from 296); Max value from RGB is 119 - color contains mainly: red. Hex color #775C55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775C55 is #88A3AA. Grayscale: #636363. Windows color (decimal): -8954795 or 5594231. OLE color: 5594231.
HSL color Cylindrical-coordinate representation of color #775C55: hue angle of 12.35º 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 #775C55 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 92 | 85 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.53 |
| HSL | 12.35º | 0.17% | 0.4% | - |
| HSV(B) | 12.35º | 0.29% | 0.47% | - |
| XYZ | 13.07 | 12.23 | 10.27 | - |
| YUV | 99.28 | 119.95 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 92 | 85 | 0 | 0.23 | 0.29 | 0.53 | 12.35 | 0.17 | 0.4 |
| Hex | 77 | 5C | 55 | 0 | 17 | 1D | 35 | C | 11 | 28 |
| Octal | 167 | 134 | 125 | 0 | 27 | 35 | 65 | 14 | 21 | 50 |
| Binary | 1110111 | 1011100 | 1010101 | 0 | 10111 | 11101 | 110101 | 1100 | 10001 | 101000 |
Color Harmonies of #775C55
Complementary color
Monochromatic Colors of #775C55
Black with #775C55
Text Example
Text Example
White with #775C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775C55; }
p { color: rgb(119,92,85); }
H1.HeaderClassName
{
color: #775C55;
}
.AnyTagClassName
{
color: #775C55;
}
</style>
background-color css
<style>
a { background-color: #775C55; }
a { background-color: rgb(119,92,85); }
div.DivClassName
{
background-color: #775C55;
}
.BgClassName
{
background-color: #775C55;
}
</style>
border-color css
<style>
span { border-color: #775C55; }
span { border-color: rgb(119,92,85); }
td.TdClassName
{
border-color: #775C55;
}
.TagClassName
{
border-color: #775C55;
}
</style>