Shades of Slate Grey #757E8C
Tints of Slate Grey #757E8C
RGB
CMYK
RGB Variations
Color information
#757E8C (or 0x757E8C) is known color: Slate Grey. HEX triplet: 75, 7E and 8C. RGB value is (117,126,140). Sum of RGB (Red+Green+Blue) = 117+126+140=383 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.55% from 383); Green value is 126 (49.61% from 255 or 32.90% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 140 - color contains mainly: blue. Hex color #757E8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757E8C is #8A8173. Grayscale: #7C7C7C. Windows color (decimal): -9077108 or 9207413. OLE color: 9207413.
HSL color Cylindrical-coordinate representation of color #757E8C: hue angle of 216.52º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #757E8C is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 126 | 140 | - |
| CMYK | 0.16 | 0.10 | 0 | 0.45 |
| HSL | 216.52º | 0.09% | 0.5% | - |
| HSV(B) | 216.52º | 0.16% | 0.55% | - |
| XYZ | 19.53 | 20.6 | 27.76 | - |
| YUV | 124.91 | 136.52 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 126 | 140 | 0.16 | 0.10 | 0 | 0.45 | 216.52 | 0.09 | 0.5 |
| Hex | 75 | 7E | 8C | 10 | A | 0 | 2D | D9 | 9 | 32 |
| Octal | 165 | 176 | 214 | 20 | 12 | 0 | 55 | 331 | 11 | 62 |
| Binary | 1110101 | 1111110 | 10001100 | 10000 | 1010 | 0 | 101101 | 11011001 | 1001 | 110010 |
Color Harmonies of #757E8C
Complementary color
Monochromatic Colors of #757E8C
Black with #757E8C
Text Example
Text Example
White with #757E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757E8C; }
p { color: rgb(117,126,140); }
H1.HeaderClassName
{
color: #757E8C;
}
.AnyTagClassName
{
color: #757E8C;
}
</style>
background-color css
<style>
a { background-color: #757E8C; }
a { background-color: rgb(117,126,140); }
div.DivClassName
{
background-color: #757E8C;
}
.BgClassName
{
background-color: #757E8C;
}
</style>
border-color css
<style>
span { border-color: #757E8C; }
span { border-color: rgb(117,126,140); }
td.TdClassName
{
border-color: #757E8C;
}
.TagClassName
{
border-color: #757E8C;
}
</style>