Shades of Slate Grey #7C828A
Tints of Slate Grey #7C828A
RGB
CMYK
RGB Variations
Color information
#7C828A (or 0x7C828A) is known color: Slate Grey. HEX triplet: 7C, 82 and 8A. RGB value is (124,130,138). Sum of RGB (Red+Green+Blue) = 124+130+138=392 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.63% from 392); Green value is 130 (51.17% from 255 or 33.16% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 138 - color contains mainly: blue. Hex color #7C828A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C828A is #837D75. Grayscale: #818181. Windows color (decimal): -8617334 or 9077372. OLE color: 9077372.
HSL color Cylindrical-coordinate representation of color #7C828A: hue angle of 214.29º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7C828A is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 124 | 130 | 138 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.46 |
| HSL | 214.29º | 0.06% | 0.51% | - |
| HSV(B) | 214.29º | 0.1% | 0.54% | - |
| XYZ | 20.88 | 22.09 | 27.21 | - |
| YUV | 129.12 | 133.01 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 130 | 138 | 0.10 | 0.06 | 0 | 0.46 | 214.29 | 0.06 | 0.51 |
| Hex | 7C | 82 | 8A | A | 6 | 0 | 2E | D6 | 6 | 33 |
| Octal | 174 | 202 | 212 | 12 | 6 | 0 | 56 | 326 | 6 | 63 |
| Binary | 1111100 | 10000010 | 10001010 | 1010 | 110 | 0 | 101110 | 11010110 | 110 | 110011 |
Color Harmonies of #7C828A
Complementary color
Monochromatic Colors of #7C828A
Black with #7C828A
Text Example
Text Example
White with #7C828A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C828A; }
p { color: rgb(124,130,138); }
H1.HeaderClassName
{
color: #7C828A;
}
.AnyTagClassName
{
color: #7C828A;
}
</style>
background-color css
<style>
a { background-color: #7C828A; }
a { background-color: rgb(124,130,138); }
div.DivClassName
{
background-color: #7C828A;
}
.BgClassName
{
background-color: #7C828A;
}
</style>
border-color css
<style>
span { border-color: #7C828A; }
span { border-color: rgb(124,130,138); }
td.TdClassName
{
border-color: #7C828A;
}
.TagClassName
{
border-color: #7C828A;
}
</style>