Shades of Slate Grey #75828D
Tints of Slate Grey #75828D
RGB
CMYK
RGB Variations
Color information
#75828D (or 0x75828D) is known color: Slate Grey. HEX triplet: 75, 82 and 8D. RGB value is (117,130,141). Sum of RGB (Red+Green+Blue) = 117+130+141=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 141 - color contains mainly: blue. Hex color #75828D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75828D is #8A7D72. Grayscale: #7F7F7F. Windows color (decimal): -9076083 or 9273973. OLE color: 9273973.
HSL color Cylindrical-coordinate representation of color #75828D: hue angle of 207.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 #75828D is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 130 | 141 | - |
| CMYK | 0.17 | 0.08 | 0 | 0.45 |
| HSL | 207.5º | 0.1% | 0.51% | - |
| HSV(B) | 207.5º | 0.17% | 0.55% | - |
| XYZ | 20.13 | 21.67 | 28.32 | - |
| YUV | 127.37 | 135.69 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 130 | 141 | 0.17 | 0.08 | 0 | 0.45 | 207.5 | 0.1 | 0.51 |
| Hex | 75 | 82 | 8D | 11 | 8 | 0 | 2D | D0 | A | 33 |
| Octal | 165 | 202 | 215 | 21 | 10 | 0 | 55 | 320 | 12 | 63 |
| Binary | 1110101 | 10000010 | 10001101 | 10001 | 1000 | 0 | 101101 | 11010000 | 1010 | 110011 |
Color Harmonies of #75828D
Complementary color
Monochromatic Colors of #75828D
Black with #75828D
Text Example
Text Example
White with #75828D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75828D; }
p { color: rgb(117,130,141); }
H1.HeaderClassName
{
color: #75828D;
}
.AnyTagClassName
{
color: #75828D;
}
</style>
background-color css
<style>
a { background-color: #75828D; }
a { background-color: rgb(117,130,141); }
div.DivClassName
{
background-color: #75828D;
}
.BgClassName
{
background-color: #75828D;
}
</style>
border-color css
<style>
span { border-color: #75828D; }
span { border-color: rgb(117,130,141); }
td.TdClassName
{
border-color: #75828D;
}
.TagClassName
{
border-color: #75828D;
}
</style>