Shades of Russett #775A54
Tints of Russett #775A54
RGB
CMYK
RGB Variations
Color information
#775A54 (or 0x775A54) is known color: Russett. HEX triplet: 77, 5A and 54. RGB value is (119,90,84). Sum of RGB (Red+Green+Blue) = 119+90+84=293 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.61% from 293); Green value is 90 (35.55% from 255 or 30.72% from 293); Blue value is 84 (33.20% from 255 or 28.67% from 293); Max value from RGB is 119 - color contains mainly: red. Hex color #775A54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775A54 is #88A5AB. Grayscale: #626262. Windows color (decimal): -8955308 or 5528183. OLE color: 5528183.
HSL color Cylindrical-coordinate representation of color #775A54: hue angle of 10.29º 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 #775A54 is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 90 | 84 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.53 |
| HSL | 10.29º | 0.17% | 0.4% | - |
| HSV(B) | 10.29º | 0.29% | 0.47% | - |
| XYZ | 12.86 | 11.87 | 10 | - |
| YUV | 97.99 | 120.11 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 90 | 84 | 0 | 0.24 | 0.29 | 0.53 | 10.29 | 0.17 | 0.4 |
| Hex | 77 | 5A | 54 | 0 | 18 | 1D | 35 | A | 11 | 28 |
| Octal | 167 | 132 | 124 | 0 | 30 | 35 | 65 | 12 | 21 | 50 |
| Binary | 1110111 | 1011010 | 1010100 | 0 | 11000 | 11101 | 110101 | 1010 | 10001 | 101000 |
Color Harmonies of #775A54
Complementary color
Monochromatic Colors of #775A54
Black with #775A54
Text Example
Text Example
White with #775A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775A54; }
p { color: rgb(119,90,84); }
H1.HeaderClassName
{
color: #775A54;
}
.AnyTagClassName
{
color: #775A54;
}
</style>
background-color css
<style>
a { background-color: #775A54; }
a { background-color: rgb(119,90,84); }
div.DivClassName
{
background-color: #775A54;
}
.BgClassName
{
background-color: #775A54;
}
</style>
border-color css
<style>
span { border-color: #775A54; }
span { border-color: rgb(119,90,84); }
td.TdClassName
{
border-color: #775A54;
}
.TagClassName
{
border-color: #775A54;
}
</style>