Shades of Russett #755D58
Tints of Russett #755D58
RGB
CMYK
RGB Variations
Color information
#755D58 (or 0x755D58) is known color: Russett. HEX triplet: 75, 5D and 58. RGB value is (117,93,88). Sum of RGB (Red+Green+Blue) = 117+93+88=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 93 (36.72% from 255 or 31.21% from 298); Blue value is 88 (34.77% from 255 or 29.53% from 298); Max value from RGB is 117 - color contains mainly: red. Hex color #755D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755D58 is #8AA2A7. Grayscale: #636363. Windows color (decimal): -9085608 or 5791093. OLE color: 5791093.
HSL color Cylindrical-coordinate representation of color #755D58: hue angle of 10.34º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #755D58 is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 93 | 88 | - |
| CMYK | 0 | 0.21 | 0.25 | 0.54 |
| HSL | 10.34º | 0.14% | 0.4% | - |
| HSV(B) | 10.34º | 0.25% | 0.46% | - |
| XYZ | 13.01 | 12.32 | 10.92 | - |
| YUV | 99.61 | 121.45 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 93 | 88 | 0 | 0.21 | 0.25 | 0.54 | 10.34 | 0.14 | 0.4 |
| Hex | 75 | 5D | 58 | 0 | 15 | 19 | 36 | A | E | 28 |
| Octal | 165 | 135 | 130 | 0 | 25 | 31 | 66 | 12 | 16 | 50 |
| Binary | 1110101 | 1011101 | 1011000 | 0 | 10101 | 11001 | 110110 | 1010 | 1110 | 101000 |
Color Harmonies of #755D58
Complementary color
Monochromatic Colors of #755D58
Black with #755D58
Text Example
Text Example
White with #755D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755D58; }
p { color: rgb(117,93,88); }
H1.HeaderClassName
{
color: #755D58;
}
.AnyTagClassName
{
color: #755D58;
}
</style>
background-color css
<style>
a { background-color: #755D58; }
a { background-color: rgb(117,93,88); }
div.DivClassName
{
background-color: #755D58;
}
.BgClassName
{
background-color: #755D58;
}
</style>
border-color css
<style>
span { border-color: #755D58; }
span { border-color: rgb(117,93,88); }
td.TdClassName
{
border-color: #755D58;
}
.TagClassName
{
border-color: #755D58;
}
</style>