Shades of Russett #775C53
Tints of Russett #775C53
RGB
CMYK
RGB Variations
Color information
#775C53 (or 0x775C53) is known color: Russett. HEX triplet: 77, 5C and 53. RGB value is (119,92,83). Sum of RGB (Red+Green+Blue) = 119+92+83=294 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.48% from 294); Green value is 92 (36.33% from 255 or 31.29% from 294); Blue value is 83 (32.81% from 255 or 28.23% from 294); Max value from RGB is 119 - color contains mainly: red. Hex color #775C53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775C53 is #88A3AC. Grayscale: #636363. Windows color (decimal): -8954797 or 5463159. OLE color: 5463159.
HSL color Cylindrical-coordinate representation of color #775C53: hue angle of 15º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #775C53 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 92 | 83 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.53 |
| HSL | 15º | 0.18% | 0.4% | - |
| HSV(B) | 15º | 0.3% | 0.47% | - |
| XYZ | 13 | 12.2 | 9.85 | - |
| YUV | 99.05 | 118.95 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 92 | 83 | 0 | 0.23 | 0.30 | 0.53 | 15 | 0.18 | 0.4 |
| Hex | 77 | 5C | 53 | 0 | 17 | 1E | 35 | F | 12 | 28 |
| Octal | 167 | 134 | 123 | 0 | 27 | 36 | 65 | 17 | 22 | 50 |
| Binary | 1110111 | 1011100 | 1010011 | 0 | 10111 | 11110 | 110101 | 1111 | 10010 | 101000 |
Color Harmonies of #775C53
Complementary color
Monochromatic Colors of #775C53
Black with #775C53
Text Example
Text Example
White with #775C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775C53; }
p { color: rgb(119,92,83); }
H1.HeaderClassName
{
color: #775C53;
}
.AnyTagClassName
{
color: #775C53;
}
</style>
background-color css
<style>
a { background-color: #775C53; }
a { background-color: rgb(119,92,83); }
div.DivClassName
{
background-color: #775C53;
}
.BgClassName
{
background-color: #775C53;
}
</style>
border-color css
<style>
span { border-color: #775C53; }
span { border-color: rgb(119,92,83); }
td.TdClassName
{
border-color: #775C53;
}
.TagClassName
{
border-color: #775C53;
}
</style>