Shades of Slate Grey #76828D
Tints of Slate Grey #76828D
RGB
CMYK
RGB Variations
Color information
#76828D (or 0x76828D) is known color: Slate Grey. HEX triplet: 76, 82 and 8D. RGB value is (118,130,141). Sum of RGB (Red+Green+Blue) = 118+130+141=389 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.33% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 141 (55.47% from 255 or 36.25% from 389); Max value from RGB is 141 - color contains mainly: blue. Hex color #76828D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76828D is #897D72. Grayscale: #7F7F7F. Windows color (decimal): -9010547 or 9273974. OLE color: 9273974.
HSL color Cylindrical-coordinate representation of color #76828D: hue angle of 208.7º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #76828D is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 130 | 141 | - |
| CMYK | 0.16 | 0.08 | 0 | 0.45 |
| HSL | 208.7º | 0.09% | 0.51% | - |
| HSV(B) | 208.7º | 0.16% | 0.55% | - |
| XYZ | 20.26 | 21.74 | 28.33 | - |
| YUV | 127.67 | 135.52 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 130 | 141 | 0.16 | 0.08 | 0 | 0.45 | 208.7 | 0.09 | 0.51 |
| Hex | 76 | 82 | 8D | 10 | 8 | 0 | 2D | D1 | 9 | 33 |
| Octal | 166 | 202 | 215 | 20 | 10 | 0 | 55 | 321 | 11 | 63 |
| Binary | 1110110 | 10000010 | 10001101 | 10000 | 1000 | 0 | 101101 | 11010001 | 1001 | 110011 |
Color Harmonies of #76828D
Complementary color
Monochromatic Colors of #76828D
Black with #76828D
Text Example
Text Example
White with #76828D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76828D; }
p { color: rgb(118,130,141); }
H1.HeaderClassName
{
color: #76828D;
}
.AnyTagClassName
{
color: #76828D;
}
</style>
background-color css
<style>
a { background-color: #76828D; }
a { background-color: rgb(118,130,141); }
div.DivClassName
{
background-color: #76828D;
}
.BgClassName
{
background-color: #76828D;
}
</style>
border-color css
<style>
span { border-color: #76828D; }
span { border-color: rgb(118,130,141); }
td.TdClassName
{
border-color: #76828D;
}
.TagClassName
{
border-color: #76828D;
}
</style>