Shades of Slate Grey #7C828D
Tints of Slate Grey #7C828D
RGB
CMYK
RGB Variations
Color information
#7C828D (or 0x7C828D) is known color: Slate Grey. HEX triplet: 7C, 82 and 8D. RGB value is (124,130,141). Sum of RGB (Red+Green+Blue) = 124+130+141=395 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.39% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 141 - color contains mainly: blue. Hex color #7C828D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C828D is #837D72. Grayscale: #818181. Windows color (decimal): -8617331 or 9273980. OLE color: 9273980.
HSL color Cylindrical-coordinate representation of color #7C828D: hue angle of 218.82º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7C828D is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 124 | 130 | 141 | - |
| CMYK | 0.12 | 0.08 | 0 | 0.45 |
| HSL | 218.82º | 0.07% | 0.52% | - |
| HSV(B) | 218.82º | 0.12% | 0.55% | - |
| XYZ | 21.1 | 22.17 | 28.37 | - |
| YUV | 129.46 | 134.51 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 130 | 141 | 0.12 | 0.08 | 0 | 0.45 | 218.82 | 0.07 | 0.52 |
| Hex | 7C | 82 | 8D | C | 8 | 0 | 2D | DB | 7 | 34 |
| Octal | 174 | 202 | 215 | 14 | 10 | 0 | 55 | 333 | 7 | 64 |
| Binary | 1111100 | 10000010 | 10001101 | 1100 | 1000 | 0 | 101101 | 11011011 | 111 | 110100 |
Color Harmonies of #7C828D
Complementary color
Monochromatic Colors of #7C828D
Black with #7C828D
Text Example
Text Example
White with #7C828D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C828D; }
p { color: rgb(124,130,141); }
H1.HeaderClassName
{
color: #7C828D;
}
.AnyTagClassName
{
color: #7C828D;
}
</style>
background-color css
<style>
a { background-color: #7C828D; }
a { background-color: rgb(124,130,141); }
div.DivClassName
{
background-color: #7C828D;
}
.BgClassName
{
background-color: #7C828D;
}
</style>
border-color css
<style>
span { border-color: #7C828D; }
span { border-color: rgb(124,130,141); }
td.TdClassName
{
border-color: #7C828D;
}
.TagClassName
{
border-color: #7C828D;
}
</style>