Shades of Russett #775D58
Tints of Russett #775D58
RGB
CMYK
RGB Variations
Color information
#775D58 (or 0x775D58) is known color: Russett. HEX triplet: 77, 5D and 58. RGB value is (119,93,88). Sum of RGB (Red+Green+Blue) = 119+93+88=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 88 (34.77% from 255 or 29.33% from 300); Max value from RGB is 119 - color contains mainly: red. Hex color #775D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775D58 is #88A2A7. Grayscale: #646464. Windows color (decimal): -8954536 or 5791095. OLE color: 5791095.
HSL color Cylindrical-coordinate representation of color #775D58: hue angle of 9.68º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #775D58 is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 93 | 88 | - |
| CMYK | 0 | 0.22 | 0.26 | 0.53 |
| HSL | 9.68º | 0.15% | 0.41% | - |
| HSV(B) | 9.68º | 0.26% | 0.47% | - |
| XYZ | 13.28 | 12.46 | 10.94 | - |
| YUV | 100.2 | 121.11 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 93 | 88 | 0 | 0.22 | 0.26 | 0.53 | 9.68 | 0.15 | 0.41 |
| Hex | 77 | 5D | 58 | 0 | 16 | 1A | 35 | A | F | 29 |
| Octal | 167 | 135 | 130 | 0 | 26 | 32 | 65 | 12 | 17 | 51 |
| Binary | 1110111 | 1011101 | 1011000 | 0 | 10110 | 11010 | 110101 | 1010 | 1111 | 101001 |
Color Harmonies of #775D58
Complementary color
Monochromatic Colors of #775D58
Black with #775D58
Text Example
Text Example
White with #775D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775D58; }
p { color: rgb(119,93,88); }
H1.HeaderClassName
{
color: #775D58;
}
.AnyTagClassName
{
color: #775D58;
}
</style>
background-color css
<style>
a { background-color: #775D58; }
a { background-color: rgb(119,93,88); }
div.DivClassName
{
background-color: #775D58;
}
.BgClassName
{
background-color: #775D58;
}
</style>
border-color css
<style>
span { border-color: #775D58; }
span { border-color: rgb(119,93,88); }
td.TdClassName
{
border-color: #775D58;
}
.TagClassName
{
border-color: #775D58;
}
</style>