Shades of Russett #775C54
Tints of Russett #775C54
RGB
CMYK
RGB Variations
Color information
#775C54 (or 0x775C54) is known color: Russett. HEX triplet: 77, 5C and 54. RGB value is (119,92,84). Sum of RGB (Red+Green+Blue) = 119+92+84=295 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.34% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 84 (33.20% from 255 or 28.47% from 295); Max value from RGB is 119 - color contains mainly: red. Hex color #775C54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775C54 is #88A3AB. Grayscale: #636363. Windows color (decimal): -8954796 or 5528695. OLE color: 5528695.
HSL color Cylindrical-coordinate representation of color #775C54: hue angle of 13.71º 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 #775C54 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 92 | 84 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.53 |
| HSL | 13.71º | 0.17% | 0.4% | - |
| HSV(B) | 13.71º | 0.29% | 0.47% | - |
| XYZ | 13.04 | 12.22 | 10.06 | - |
| YUV | 99.16 | 119.45 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 92 | 84 | 0 | 0.23 | 0.29 | 0.53 | 13.71 | 0.17 | 0.4 |
| Hex | 77 | 5C | 54 | 0 | 17 | 1D | 35 | E | 11 | 28 |
| Octal | 167 | 134 | 124 | 0 | 27 | 35 | 65 | 16 | 21 | 50 |
| Binary | 1110111 | 1011100 | 1010100 | 0 | 10111 | 11101 | 110101 | 1110 | 10001 | 101000 |
Color Harmonies of #775C54
Complementary color
Monochromatic Colors of #775C54
Black with #775C54
Text Example
Text Example
White with #775C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775C54; }
p { color: rgb(119,92,84); }
H1.HeaderClassName
{
color: #775C54;
}
.AnyTagClassName
{
color: #775C54;
}
</style>
background-color css
<style>
a { background-color: #775C54; }
a { background-color: rgb(119,92,84); }
div.DivClassName
{
background-color: #775C54;
}
.BgClassName
{
background-color: #775C54;
}
</style>
border-color css
<style>
span { border-color: #775C54; }
span { border-color: rgb(119,92,84); }
td.TdClassName
{
border-color: #775C54;
}
.TagClassName
{
border-color: #775C54;
}
</style>