Shades of Russett #755B55
Tints of Russett #755B55
RGB
CMYK
RGB Variations
Color information
#755B55 (or 0x755B55) is known color: Russett. HEX triplet: 75, 5B and 55. RGB value is (117,91,85). Sum of RGB (Red+Green+Blue) = 117+91+85=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 91 (35.94% from 255 or 31.06% from 293); Blue value is 85 (33.59% from 255 or 29.01% from 293); Max value from RGB is 117 - color contains mainly: red. Hex color #755B55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755B55 is #8AA4AA. Grayscale: #626262. Windows color (decimal): -9086123 or 5593973. OLE color: 5593973.
HSL color Cylindrical-coordinate representation of color #755B55: hue angle of 11.25º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #755B55 is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 91 | 85 | - |
| CMYK | 0 | 0.22 | 0.27 | 0.54 |
| HSL | 11.25º | 0.16% | 0.4% | - |
| HSV(B) | 11.25º | 0.27% | 0.46% | - |
| XYZ | 12.72 | 11.92 | 10.22 | - |
| YUV | 98.09 | 120.61 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 91 | 85 | 0 | 0.22 | 0.27 | 0.54 | 11.25 | 0.16 | 0.4 |
| Hex | 75 | 5B | 55 | 0 | 16 | 1B | 36 | B | 10 | 28 |
| Octal | 165 | 133 | 125 | 0 | 26 | 33 | 66 | 13 | 20 | 50 |
| Binary | 1110101 | 1011011 | 1010101 | 0 | 10110 | 11011 | 110110 | 1011 | 10000 | 101000 |
Color Harmonies of #755B55
Complementary color
Monochromatic Colors of #755B55
Black with #755B55
Text Example
Text Example
White with #755B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755B55; }
p { color: rgb(117,91,85); }
H1.HeaderClassName
{
color: #755B55;
}
.AnyTagClassName
{
color: #755B55;
}
</style>
background-color css
<style>
a { background-color: #755B55; }
a { background-color: rgb(117,91,85); }
div.DivClassName
{
background-color: #755B55;
}
.BgClassName
{
background-color: #755B55;
}
</style>
border-color css
<style>
span { border-color: #755B55; }
span { border-color: rgb(117,91,85); }
td.TdClassName
{
border-color: #755B55;
}
.TagClassName
{
border-color: #755B55;
}
</style>