Shades of Russett #755C55
Tints of Russett #755C55
RGB
CMYK
RGB Variations
Color information
#755C55 (or 0x755C55) is known color: Russett. HEX triplet: 75, 5C and 55. RGB value is (117,92,85). Sum of RGB (Red+Green+Blue) = 117+92+85=294 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.80% from 294); Green value is 92 (36.33% from 255 or 31.29% from 294); Blue value is 85 (33.59% from 255 or 28.91% from 294); Max value from RGB is 117 - color contains mainly: red. Hex color #755C55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755C55 is #8AA3AA. Grayscale: #626262. Windows color (decimal): -9085867 or 5594229. OLE color: 5594229.
HSL color Cylindrical-coordinate representation of color #755C55: hue angle of 13.12º 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 #755C55 is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 92 | 85 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.54 |
| HSL | 13.13º | 0.16% | 0.4% | - |
| HSV(B) | 13.13º | 0.27% | 0.46% | - |
| XYZ | 12.8 | 12.09 | 10.25 | - |
| YUV | 98.68 | 120.28 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 92 | 85 | 0 | 0.21 | 0.27 | 0.54 | 13.13 | 0.16 | 0.4 |
| Hex | 75 | 5C | 55 | 0 | 15 | 1B | 36 | D | 10 | 28 |
| Octal | 165 | 134 | 125 | 0 | 25 | 33 | 66 | 15 | 20 | 50 |
| Binary | 1110101 | 1011100 | 1010101 | 0 | 10101 | 11011 | 110110 | 1101 | 10000 | 101000 |
Color Harmonies of #755C55
Complementary color
Monochromatic Colors of #755C55
Black with #755C55
Text Example
Text Example
White with #755C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755C55; }
p { color: rgb(117,92,85); }
H1.HeaderClassName
{
color: #755C55;
}
.AnyTagClassName
{
color: #755C55;
}
</style>
background-color css
<style>
a { background-color: #755C55; }
a { background-color: rgb(117,92,85); }
div.DivClassName
{
background-color: #755C55;
}
.BgClassName
{
background-color: #755C55;
}
</style>
border-color css
<style>
span { border-color: #755C55; }
span { border-color: rgb(117,92,85); }
td.TdClassName
{
border-color: #755C55;
}
.TagClassName
{
border-color: #755C55;
}
</style>