Shades of Slate Grey #75818C
Tints of Slate Grey #75818C
RGB
CMYK
RGB Variations
Color information
#75818C (or 0x75818C) is known color: Slate Grey. HEX triplet: 75, 81 and 8C. RGB value is (117,129,140). Sum of RGB (Red+Green+Blue) = 117+129+140=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 129 (50.78% from 255 or 33.42% from 386); Blue value is 140 (55.08% from 255 or 36.27% from 386); Max value from RGB is 140 - color contains mainly: blue. Hex color #75818C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75818C is #8A7E73. Grayscale: #7E7E7E. Windows color (decimal): -9076340 or 9208181. OLE color: 9208181.
HSL color Cylindrical-coordinate representation of color #75818C: hue angle of 208.7º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #75818C is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 129 | 140 | - |
| CMYK | 0.16 | 0.08 | 0 | 0.45 |
| HSL | 208.7º | 0.09% | 0.5% | - |
| HSV(B) | 208.7º | 0.16% | 0.55% | - |
| XYZ | 19.92 | 21.38 | 27.89 | - |
| YUV | 126.67 | 135.52 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 129 | 140 | 0.16 | 0.08 | 0 | 0.45 | 208.7 | 0.09 | 0.5 |
| Hex | 75 | 81 | 8C | 10 | 8 | 0 | 2D | D1 | 9 | 32 |
| Octal | 165 | 201 | 214 | 20 | 10 | 0 | 55 | 321 | 11 | 62 |
| Binary | 1110101 | 10000001 | 10001100 | 10000 | 1000 | 0 | 101101 | 11010001 | 1001 | 110010 |
Color Harmonies of #75818C
Complementary color
Monochromatic Colors of #75818C
Black with #75818C
Text Example
Text Example
White with #75818C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75818C; }
p { color: rgb(117,129,140); }
H1.HeaderClassName
{
color: #75818C;
}
.AnyTagClassName
{
color: #75818C;
}
</style>
background-color css
<style>
a { background-color: #75818C; }
a { background-color: rgb(117,129,140); }
div.DivClassName
{
background-color: #75818C;
}
.BgClassName
{
background-color: #75818C;
}
</style>
border-color css
<style>
span { border-color: #75818C; }
span { border-color: rgb(117,129,140); }
td.TdClassName
{
border-color: #75818C;
}
.TagClassName
{
border-color: #75818C;
}
</style>