Shades of Russett #755E5A
Tints of Russett #755E5A
RGB
CMYK
RGB Variations
Color information
#755E5A (or 0x755E5A) is known color: Russett. HEX triplet: 75, 5E and 5A. RGB value is (117,94,90). Sum of RGB (Red+Green+Blue) = 117+94+90=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 90 (35.55% from 255 or 29.90% from 301); Max value from RGB is 117 - color contains mainly: red. Hex color #755E5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755E5A is #8AA1A5. Grayscale: #646464. Windows color (decimal): -9085350 or 5922421. OLE color: 5922421.
HSL color Cylindrical-coordinate representation of color #755E5A: hue angle of 8.89º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #755E5A is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 94 | 90 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.54 |
| HSL | 8.89º | 0.13% | 0.41% | - |
| HSV(B) | 8.89º | 0.23% | 0.46% | - |
| XYZ | 13.18 | 12.53 | 11.4 | - |
| YUV | 100.42 | 122.12 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 94 | 90 | 0 | 0.20 | 0.23 | 0.54 | 8.89 | 0.13 | 0.41 |
| Hex | 75 | 5E | 5A | 0 | 14 | 17 | 36 | 9 | D | 29 |
| Octal | 165 | 136 | 132 | 0 | 24 | 27 | 66 | 11 | 15 | 51 |
| Binary | 1110101 | 1011110 | 1011010 | 0 | 10100 | 10111 | 110110 | 1001 | 1101 | 101001 |
Color Harmonies of #755E5A
Complementary color
Monochromatic Colors of #755E5A
Black with #755E5A
Text Example
Text Example
White with #755E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755E5A; }
p { color: rgb(117,94,90); }
H1.HeaderClassName
{
color: #755E5A;
}
.AnyTagClassName
{
color: #755E5A;
}
</style>
background-color css
<style>
a { background-color: #755E5A; }
a { background-color: rgb(117,94,90); }
div.DivClassName
{
background-color: #755E5A;
}
.BgClassName
{
background-color: #755E5A;
}
</style>
border-color css
<style>
span { border-color: #755E5A; }
span { border-color: rgb(117,94,90); }
td.TdClassName
{
border-color: #755E5A;
}
.TagClassName
{
border-color: #755E5A;
}
</style>