Shades of Slate Grey #75808D
Tints of Slate Grey #75808D
RGB
CMYK
RGB Variations
Color information
#75808D (or 0x75808D) is known color: Slate Grey. HEX triplet: 75, 80 and 8D. RGB value is (117,128,141). Sum of RGB (Red+Green+Blue) = 117+128+141=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 141 (55.47% from 255 or 36.53% from 386); Max value from RGB is 141 - color contains mainly: blue. Hex color #75808D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75808D is #8A7F72. Grayscale: #7E7E7E. Windows color (decimal): -9076595 or 9273461. OLE color: 9273461.
HSL color Cylindrical-coordinate representation of color #75808D: hue angle of 212.5º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #75808D is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 128 | 141 | - |
| CMYK | 0.17 | 0.09 | 0 | 0.45 |
| HSL | 212.5º | 0.1% | 0.51% | - |
| HSV(B) | 212.5º | 0.17% | 0.55% | - |
| XYZ | 19.86 | 21.14 | 28.23 | - |
| YUV | 126.19 | 136.36 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 128 | 141 | 0.17 | 0.09 | 0 | 0.45 | 212.5 | 0.1 | 0.51 |
| Hex | 75 | 80 | 8D | 11 | 9 | 0 | 2D | D4 | A | 33 |
| Octal | 165 | 200 | 215 | 21 | 11 | 0 | 55 | 324 | 12 | 63 |
| Binary | 1110101 | 10000000 | 10001101 | 10001 | 1001 | 0 | 101101 | 11010100 | 1010 | 110011 |
Color Harmonies of #75808D
Complementary color
Monochromatic Colors of #75808D
Black with #75808D
Text Example
Text Example
White with #75808D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75808D; }
p { color: rgb(117,128,141); }
H1.HeaderClassName
{
color: #75808D;
}
.AnyTagClassName
{
color: #75808D;
}
</style>
background-color css
<style>
a { background-color: #75808D; }
a { background-color: rgb(117,128,141); }
div.DivClassName
{
background-color: #75808D;
}
.BgClassName
{
background-color: #75808D;
}
</style>
border-color css
<style>
span { border-color: #75808D; }
span { border-color: rgb(117,128,141); }
td.TdClassName
{
border-color: #75808D;
}
.TagClassName
{
border-color: #75808D;
}
</style>