Shades of Russett #757271
Tints of Russett #757271
RGB
CMYK
RGB Variations
Color information
#757271 (or 0x757271) is known color: Russett. HEX triplet: 75, 72 and 71. RGB value is (117,114,113). Sum of RGB (Red+Green+Blue) = 117+114+113=344 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.01% from 344); Green value is 114 (44.92% from 255 or 33.14% from 344); Blue value is 113 (44.53% from 255 or 32.85% from 344); Max value from RGB is 117 - color contains mainly: red. Hex color #757271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757271 is #8A8D8E. Grayscale: #727272. Windows color (decimal): -9080207 or 7434869. OLE color: 7434869.
HSL color Cylindrical-coordinate representation of color #757271: hue angle of 15º degrees, saturation: 0.02, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #757271 is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 114 | 113 | - |
| CMYK | 0 | 0.03 | 0.03 | 0.54 |
| HSL | 15º | 0.02% | 0.45% | - |
| HSV(B) | 15º | 0.03% | 0.46% | - |
| XYZ | 16.33 | 17.01 | 18.04 | - |
| YUV | 114.78 | 126.99 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 114 | 113 | 0 | 0.03 | 0.03 | 0.54 | 15 | 0.02 | 0.45 |
| Hex | 75 | 72 | 71 | 0 | 3 | 3 | 36 | F | 2 | 2D |
| Octal | 165 | 162 | 161 | 0 | 3 | 3 | 66 | 17 | 2 | 55 |
| Binary | 1110101 | 1110010 | 1110001 | 0 | 11 | 11 | 110110 | 1111 | 10 | 101101 |
Color Harmonies of #757271
Complementary color
Monochromatic Colors of #757271
Black with #757271
Text Example
Text Example
White with #757271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757271; }
p { color: rgb(117,114,113); }
H1.HeaderClassName
{
color: #757271;
}
.AnyTagClassName
{
color: #757271;
}
</style>
background-color css
<style>
a { background-color: #757271; }
a { background-color: rgb(117,114,113); }
div.DivClassName
{
background-color: #757271;
}
.BgClassName
{
background-color: #757271;
}
</style>
border-color css
<style>
span { border-color: #757271; }
span { border-color: rgb(117,114,113); }
td.TdClassName
{
border-color: #757271;
}
.TagClassName
{
border-color: #757271;
}
</style>