Shades of Slate Grey #757F8F
Tints of Slate Grey #757F8F
RGB
CMYK
RGB Variations
Color information
#757F8F (or 0x757F8F) is known color: Slate Grey. HEX triplet: 75, 7F and 8F. RGB value is (117,127,143). Sum of RGB (Red+Green+Blue) = 117+127+143=387 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.23% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 143 (56.25% from 255 or 36.95% from 387); Max value from RGB is 143 - color contains mainly: blue. Hex color #757F8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757F8F is #8A8070. Grayscale: #7D7D7D. Windows color (decimal): -9076849 or 9404277. OLE color: 9404277.
HSL color Cylindrical-coordinate representation of color #757F8F: hue angle of 216.92º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #757F8F is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 117 | 127 | 143 | - |
| CMYK | 0.18 | 0.11 | 0 | 0.44 |
| HSL | 216.92º | 0.1% | 0.51% | - |
| HSV(B) | 216.92º | 0.18% | 0.56% | - |
| XYZ | 19.88 | 20.94 | 28.98 | - |
| YUV | 125.83 | 137.69 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 127 | 143 | 0.18 | 0.11 | 0 | 0.44 | 216.92 | 0.1 | 0.51 |
| Hex | 75 | 7F | 8F | 12 | B | 0 | 2C | D9 | A | 33 |
| Octal | 165 | 177 | 217 | 22 | 13 | 0 | 54 | 331 | 12 | 63 |
| Binary | 1110101 | 1111111 | 10001111 | 10010 | 1011 | 0 | 101100 | 11011001 | 1010 | 110011 |
Color Harmonies of #757F8F
Complementary color
Monochromatic Colors of #757F8F
Black with #757F8F
Text Example
Text Example
White with #757F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757F8F; }
p { color: rgb(117,127,143); }
H1.HeaderClassName
{
color: #757F8F;
}
.AnyTagClassName
{
color: #757F8F;
}
</style>
background-color css
<style>
a { background-color: #757F8F; }
a { background-color: rgb(117,127,143); }
div.DivClassName
{
background-color: #757F8F;
}
.BgClassName
{
background-color: #757F8F;
}
</style>
border-color css
<style>
span { border-color: #757F8F; }
span { border-color: rgb(117,127,143); }
td.TdClassName
{
border-color: #757F8F;
}
.TagClassName
{
border-color: #757F8F;
}
</style>