Shades of Slate Grey #75828F
Tints of Slate Grey #75828F
RGB
CMYK
RGB Variations
Color information
#75828F (or 0x75828F) is known color: Slate Grey. HEX triplet: 75, 82 and 8F. RGB value is (117,130,143). Sum of RGB (Red+Green+Blue) = 117+130+143=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 143 (56.25% from 255 or 36.67% from 390); Max value from RGB is 143 - color contains mainly: blue. Hex color #75828F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75828F is #8A7D70. Grayscale: #7F7F7F. Windows color (decimal): -9076081 or 9405045. OLE color: 9405045.
HSL color Cylindrical-coordinate representation of color #75828F: hue angle of 210º 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 #75828F is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 117 | 130 | 143 | - |
| CMYK | 0.18 | 0.09 | 0 | 0.44 |
| HSL | 210º | 0.1% | 0.51% | - |
| HSV(B) | 210º | 0.18% | 0.56% | - |
| XYZ | 20.28 | 21.73 | 29.11 | - |
| YUV | 127.6 | 136.69 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 130 | 143 | 0.18 | 0.09 | 0 | 0.44 | 210 | 0.1 | 0.51 |
| Hex | 75 | 82 | 8F | 12 | 9 | 0 | 2C | D2 | A | 33 |
| Octal | 165 | 202 | 217 | 22 | 11 | 0 | 54 | 322 | 12 | 63 |
| Binary | 1110101 | 10000010 | 10001111 | 10010 | 1001 | 0 | 101100 | 11010010 | 1010 | 110011 |
Color Harmonies of #75828F
Complementary color
Monochromatic Colors of #75828F
Black with #75828F
Text Example
Text Example
White with #75828F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75828F; }
p { color: rgb(117,130,143); }
H1.HeaderClassName
{
color: #75828F;
}
.AnyTagClassName
{
color: #75828F;
}
</style>
background-color css
<style>
a { background-color: #75828F; }
a { background-color: rgb(117,130,143); }
div.DivClassName
{
background-color: #75828F;
}
.BgClassName
{
background-color: #75828F;
}
</style>
border-color css
<style>
span { border-color: #75828F; }
span { border-color: rgb(117,130,143); }
td.TdClassName
{
border-color: #75828F;
}
.TagClassName
{
border-color: #75828F;
}
</style>