Shades of Russett #755D56
Tints of Russett #755D56
RGB
CMYK
RGB Variations
Color information
#755D56 (or 0x755D56) is known color: Russett. HEX triplet: 75, 5D and 56. RGB value is (117,93,86). Sum of RGB (Red+Green+Blue) = 117+93+86=296 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.53% from 296); Green value is 93 (36.72% from 255 or 31.42% from 296); Blue value is 86 (33.98% from 255 or 29.05% from 296); Max value from RGB is 117 - color contains mainly: red. Hex color #755D56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755D56 is #8AA2A9. Grayscale: #636363. Windows color (decimal): -9085610 or 5660021. OLE color: 5660021.
HSL color Cylindrical-coordinate representation of color #755D56: hue angle of 13.55º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #755D56 is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 93 | 86 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.54 |
| HSL | 13.55º | 0.15% | 0.4% | - |
| HSV(B) | 13.55º | 0.26% | 0.46% | - |
| XYZ | 12.93 | 12.28 | 10.49 | - |
| YUV | 99.38 | 120.45 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 93 | 86 | 0 | 0.21 | 0.26 | 0.54 | 13.55 | 0.15 | 0.4 |
| Hex | 75 | 5D | 56 | 0 | 15 | 1A | 36 | E | F | 28 |
| Octal | 165 | 135 | 126 | 0 | 25 | 32 | 66 | 16 | 17 | 50 |
| Binary | 1110101 | 1011101 | 1010110 | 0 | 10101 | 11010 | 110110 | 1110 | 1111 | 101000 |
Color Harmonies of #755D56
Complementary color
Monochromatic Colors of #755D56
Black with #755D56
Text Example
Text Example
White with #755D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755D56; }
p { color: rgb(117,93,86); }
H1.HeaderClassName
{
color: #755D56;
}
.AnyTagClassName
{
color: #755D56;
}
</style>
background-color css
<style>
a { background-color: #755D56; }
a { background-color: rgb(117,93,86); }
div.DivClassName
{
background-color: #755D56;
}
.BgClassName
{
background-color: #755D56;
}
</style>
border-color css
<style>
span { border-color: #755D56; }
span { border-color: rgb(117,93,86); }
td.TdClassName
{
border-color: #755D56;
}
.TagClassName
{
border-color: #755D56;
}
</style>