Shades of Slate Grey #75838E
Tints of Slate Grey #75838E
RGB
CMYK
RGB Variations
Color information
#75838E (or 0x75838E) is known color: Slate Grey. HEX triplet: 75, 83 and 8E. RGB value is (117,131,142). Sum of RGB (Red+Green+Blue) = 117+131+142=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 142 (55.86% from 255 or 36.41% from 390); Max value from RGB is 142 - color contains mainly: blue. Hex color #75838E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75838E is #8A7C71. Grayscale: #808080. Windows color (decimal): -9075826 or 9339765. OLE color: 9339765.
HSL color Cylindrical-coordinate representation of color #75838E: hue angle of 206.4º 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 #75838E is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 117 | 131 | 142 | - |
| CMYK | 0.18 | 0.08 | 0 | 0.44 |
| HSL | 206.4º | 0.1% | 0.51% | - |
| HSV(B) | 206.4º | 0.18% | 0.56% | - |
| XYZ | 20.33 | 21.97 | 28.76 | - |
| YUV | 128.07 | 135.86 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 131 | 142 | 0.18 | 0.08 | 0 | 0.44 | 206.4 | 0.1 | 0.51 |
| Hex | 75 | 83 | 8E | 12 | 8 | 0 | 2C | CE | A | 33 |
| Octal | 165 | 203 | 216 | 22 | 10 | 0 | 54 | 316 | 12 | 63 |
| Binary | 1110101 | 10000011 | 10001110 | 10010 | 1000 | 0 | 101100 | 11001110 | 1010 | 110011 |
Color Harmonies of #75838E
Complementary color
Monochromatic Colors of #75838E
Black with #75838E
Text Example
Text Example
White with #75838E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75838E; }
p { color: rgb(117,131,142); }
H1.HeaderClassName
{
color: #75838E;
}
.AnyTagClassName
{
color: #75838E;
}
</style>
background-color css
<style>
a { background-color: #75838E; }
a { background-color: rgb(117,131,142); }
div.DivClassName
{
background-color: #75838E;
}
.BgClassName
{
background-color: #75838E;
}
</style>
border-color css
<style>
span { border-color: #75838E; }
span { border-color: rgb(117,131,142); }
td.TdClassName
{
border-color: #75838E;
}
.TagClassName
{
border-color: #75838E;
}
</style>