Shades of Slate Grey #75858F
Tints of Slate Grey #75858F
RGB
CMYK
RGB Variations
Color information
#75858F (or 0x75858F) is known color: Slate Grey. HEX triplet: 75, 85 and 8F. RGB value is (117,133,143). Sum of RGB (Red+Green+Blue) = 117+133+143=393 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.77% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 143 (56.25% from 255 or 36.39% from 393); Max value from RGB is 143 - color contains mainly: blue. Hex color #75858F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75858F is #8A7A70. Grayscale: #818181. Windows color (decimal): -9075313 or 9405813. OLE color: 9405813.
HSL color Cylindrical-coordinate representation of color #75858F: hue angle of 203.08º 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 #75858F is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 117 | 133 | 143 | - |
| CMYK | 0.18 | 0.07 | 0 | 0.44 |
| HSL | 203.08º | 0.1% | 0.51% | - |
| HSV(B) | 203.08º | 0.18% | 0.56% | - |
| XYZ | 20.68 | 22.54 | 29.25 | - |
| YUV | 129.36 | 135.7 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 133 | 143 | 0.18 | 0.07 | 0 | 0.44 | 203.08 | 0.1 | 0.51 |
| Hex | 75 | 85 | 8F | 12 | 7 | 0 | 2C | CB | A | 33 |
| Octal | 165 | 205 | 217 | 22 | 7 | 0 | 54 | 313 | 12 | 63 |
| Binary | 1110101 | 10000101 | 10001111 | 10010 | 111 | 0 | 101100 | 11001011 | 1010 | 110011 |
Color Harmonies of #75858F
Complementary color
Monochromatic Colors of #75858F
Black with #75858F
Text Example
Text Example
White with #75858F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75858F; }
p { color: rgb(117,133,143); }
H1.HeaderClassName
{
color: #75858F;
}
.AnyTagClassName
{
color: #75858F;
}
</style>
background-color css
<style>
a { background-color: #75858F; }
a { background-color: rgb(117,133,143); }
div.DivClassName
{
background-color: #75858F;
}
.BgClassName
{
background-color: #75858F;
}
</style>
border-color css
<style>
span { border-color: #75858F; }
span { border-color: rgb(117,133,143); }
td.TdClassName
{
border-color: #75858F;
}
.TagClassName
{
border-color: #75858F;
}
</style>