Shades of Russett #755E57
Tints of Russett #755E57
RGB
CMYK
RGB Variations
Color information
#755E57 (or 0x755E57) is known color: Russett. HEX triplet: 75, 5E and 57. RGB value is (117,94,87). Sum of RGB (Red+Green+Blue) = 117+94+87=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 94 (37.11% from 255 or 31.54% from 298); Blue value is 87 (34.38% from 255 or 29.19% from 298); Max value from RGB is 117 - color contains mainly: red. Hex color #755E57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755E57 is #8AA1A8. Grayscale: #646464. Windows color (decimal): -9085353 or 5725813. OLE color: 5725813.
HSL color Cylindrical-coordinate representation of color #755E57: hue angle of 14º 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 #755E57 is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 94 | 87 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.54 |
| HSL | 14º | 0.15% | 0.4% | - |
| HSV(B) | 14º | 0.26% | 0.46% | - |
| XYZ | 13.06 | 12.48 | 10.74 | - |
| YUV | 100.08 | 120.62 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 94 | 87 | 0 | 0.20 | 0.26 | 0.54 | 14 | 0.15 | 0.4 |
| Hex | 75 | 5E | 57 | 0 | 14 | 1A | 36 | E | F | 28 |
| Octal | 165 | 136 | 127 | 0 | 24 | 32 | 66 | 16 | 17 | 50 |
| Binary | 1110101 | 1011110 | 1010111 | 0 | 10100 | 11010 | 110110 | 1110 | 1111 | 101000 |
Color Harmonies of #755E57
Complementary color
Monochromatic Colors of #755E57
Black with #755E57
Text Example
Text Example
White with #755E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755E57; }
p { color: rgb(117,94,87); }
H1.HeaderClassName
{
color: #755E57;
}
.AnyTagClassName
{
color: #755E57;
}
</style>
background-color css
<style>
a { background-color: #755E57; }
a { background-color: rgb(117,94,87); }
div.DivClassName
{
background-color: #755E57;
}
.BgClassName
{
background-color: #755E57;
}
</style>
border-color css
<style>
span { border-color: #755E57; }
span { border-color: rgb(117,94,87); }
td.TdClassName
{
border-color: #755E57;
}
.TagClassName
{
border-color: #755E57;
}
</style>