Shades of Russett #775A53
Tints of Russett #775A53
RGB
CMYK
RGB Variations
Color information
#775A53 (or 0x775A53) is known color: Russett. HEX triplet: 77, 5A and 53. RGB value is (119,90,83). Sum of RGB (Red+Green+Blue) = 119+90+83=292 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.75% from 292); Green value is 90 (35.55% from 255 or 30.82% from 292); Blue value is 83 (32.81% from 255 or 28.42% from 292); Max value from RGB is 119 - color contains mainly: red. Hex color #775A53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775A53 is #88A5AC. Grayscale: #616161. Windows color (decimal): -8955309 or 5462647. OLE color: 5462647.
HSL color Cylindrical-coordinate representation of color #775A53: hue angle of 11.67º 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 #775A53 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 90 | 83 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.53 |
| HSL | 11.67º | 0.18% | 0.4% | - |
| HSV(B) | 11.67º | 0.3% | 0.47% | - |
| XYZ | 12.83 | 11.86 | 9.8 | - |
| YUV | 97.87 | 119.61 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 90 | 83 | 0 | 0.24 | 0.30 | 0.53 | 11.67 | 0.18 | 0.4 |
| Hex | 77 | 5A | 53 | 0 | 18 | 1E | 35 | C | 12 | 28 |
| Octal | 167 | 132 | 123 | 0 | 30 | 36 | 65 | 14 | 22 | 50 |
| Binary | 1110111 | 1011010 | 1010011 | 0 | 11000 | 11110 | 110101 | 1100 | 10010 | 101000 |
Color Harmonies of #775A53
Complementary color
Monochromatic Colors of #775A53
Black with #775A53
Text Example
Text Example
White with #775A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775A53; }
p { color: rgb(119,90,83); }
H1.HeaderClassName
{
color: #775A53;
}
.AnyTagClassName
{
color: #775A53;
}
</style>
background-color css
<style>
a { background-color: #775A53; }
a { background-color: rgb(119,90,83); }
div.DivClassName
{
background-color: #775A53;
}
.BgClassName
{
background-color: #775A53;
}
</style>
border-color css
<style>
span { border-color: #775A53; }
span { border-color: rgb(119,90,83); }
td.TdClassName
{
border-color: #775A53;
}
.TagClassName
{
border-color: #775A53;
}
</style>