Shades of Russett #775F5A
Tints of Russett #775F5A
RGB
CMYK
RGB Variations
Color information
#775F5A (or 0x775F5A) is known color: Russett. HEX triplet: 77, 5F and 5A. RGB value is (119,95,90). Sum of RGB (Red+Green+Blue) = 119+95+90=304 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.14% from 304); Green value is 95 (37.5% from 255 or 31.25% from 304); Blue value is 90 (35.55% from 255 or 29.61% from 304); Max value from RGB is 119 - color contains mainly: red. Hex color #775F5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775F5A is #88A0A5. Grayscale: #656565. Windows color (decimal): -8954022 or 5922679. OLE color: 5922679.
HSL color Cylindrical-coordinate representation of color #775F5A: hue angle of 10.34º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #775F5A is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 95 | 90 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.53 |
| HSL | 10.34º | 0.14% | 0.41% | - |
| HSV(B) | 10.34º | 0.24% | 0.47% | - |
| XYZ | 13.55 | 12.84 | 11.44 | - |
| YUV | 101.61 | 121.45 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 95 | 90 | 0 | 0.20 | 0.24 | 0.53 | 10.34 | 0.14 | 0.41 |
| Hex | 77 | 5F | 5A | 0 | 14 | 18 | 35 | A | E | 29 |
| Octal | 167 | 137 | 132 | 0 | 24 | 30 | 65 | 12 | 16 | 51 |
| Binary | 1110111 | 1011111 | 1011010 | 0 | 10100 | 11000 | 110101 | 1010 | 1110 | 101001 |
Color Harmonies of #775F5A
Complementary color
Monochromatic Colors of #775F5A
Black with #775F5A
Text Example
Text Example
White with #775F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775F5A; }
p { color: rgb(119,95,90); }
H1.HeaderClassName
{
color: #775F5A;
}
.AnyTagClassName
{
color: #775F5A;
}
</style>
background-color css
<style>
a { background-color: #775F5A; }
a { background-color: rgb(119,95,90); }
div.DivClassName
{
background-color: #775F5A;
}
.BgClassName
{
background-color: #775F5A;
}
</style>
border-color css
<style>
span { border-color: #775F5A; }
span { border-color: rgb(119,95,90); }
td.TdClassName
{
border-color: #775F5A;
}
.TagClassName
{
border-color: #775F5A;
}
</style>