Shades of Russett #755F5B
Tints of Russett #755F5B
RGB
CMYK
RGB Variations
Color information
#755F5B (or 0x755F5B) is known color: Russett. HEX triplet: 75, 5F and 5B. RGB value is (117,95,91). Sum of RGB (Red+Green+Blue) = 117+95+91=303 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.61% from 303); Green value is 95 (37.5% from 255 or 31.35% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 117 - color contains mainly: red. Hex color #755F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755F5B is #8AA0A4. Grayscale: #656565. Windows color (decimal): -9085093 or 5988213. OLE color: 5988213.
HSL color Cylindrical-coordinate representation of color #755F5B: hue angle of 9.23º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #755F5B is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 95 | 91 | - |
| CMYK | 0 | 0.19 | 0.22 | 0.54 |
| HSL | 9.23º | 0.13% | 0.41% | - |
| HSV(B) | 9.23º | 0.22% | 0.46% | - |
| XYZ | 13.32 | 12.72 | 11.65 | - |
| YUV | 101.12 | 122.29 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 95 | 91 | 0 | 0.19 | 0.22 | 0.54 | 9.23 | 0.13 | 0.41 |
| Hex | 75 | 5F | 5B | 0 | 13 | 16 | 36 | 9 | C | 29 |
| Octal | 165 | 137 | 133 | 0 | 23 | 26 | 66 | 11 | 14 | 51 |
| Binary | 1110101 | 1011111 | 1011011 | 0 | 10011 | 10110 | 110110 | 1001 | 1100 | 101001 |
Color Harmonies of #755F5B
Complementary color
Monochromatic Colors of #755F5B
Black with #755F5B
Text Example
Text Example
White with #755F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755F5B; }
p { color: rgb(117,95,91); }
H1.HeaderClassName
{
color: #755F5B;
}
.AnyTagClassName
{
color: #755F5B;
}
</style>
background-color css
<style>
a { background-color: #755F5B; }
a { background-color: rgb(117,95,91); }
div.DivClassName
{
background-color: #755F5B;
}
.BgClassName
{
background-color: #755F5B;
}
</style>
border-color css
<style>
span { border-color: #755F5B; }
span { border-color: rgb(117,95,91); }
td.TdClassName
{
border-color: #755F5B;
}
.TagClassName
{
border-color: #755F5B;
}
</style>