Shades of Slate Grey #7B828C
Tints of Slate Grey #7B828C
RGB
CMYK
RGB Variations
Color information
#7B828C (or 0x7B828C) is known color: Slate Grey. HEX triplet: 7B, 82 and 8C. RGB value is (123,130,140). Sum of RGB (Red+Green+Blue) = 123+130+140=393 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.30% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 140 - color contains mainly: blue. Hex color #7B828C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B828C is #847D73. Grayscale: #818181. Windows color (decimal): -8682868 or 9208443. OLE color: 9208443.
HSL color Cylindrical-coordinate representation of color #7B828C: hue angle of 215.29º 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 #7B828C is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 123 | 130 | 140 | - |
| CMYK | 0.12 | 0.07 | 0 | 0.45 |
| HSL | 215.29º | 0.07% | 0.52% | - |
| HSV(B) | 215.29º | 0.12% | 0.55% | - |
| XYZ | 20.88 | 22.07 | 27.97 | - |
| YUV | 129.05 | 134.18 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 130 | 140 | 0.12 | 0.07 | 0 | 0.45 | 215.29 | 0.07 | 0.52 |
| Hex | 7B | 82 | 8C | C | 7 | 0 | 2D | D7 | 7 | 34 |
| Octal | 173 | 202 | 214 | 14 | 7 | 0 | 55 | 327 | 7 | 64 |
| Binary | 1111011 | 10000010 | 10001100 | 1100 | 111 | 0 | 101101 | 11010111 | 111 | 110100 |
Color Harmonies of #7B828C
Complementary color
Monochromatic Colors of #7B828C
Black with #7B828C
Text Example
Text Example
White with #7B828C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B828C; }
p { color: rgb(123,130,140); }
H1.HeaderClassName
{
color: #7B828C;
}
.AnyTagClassName
{
color: #7B828C;
}
</style>
background-color css
<style>
a { background-color: #7B828C; }
a { background-color: rgb(123,130,140); }
div.DivClassName
{
background-color: #7B828C;
}
.BgClassName
{
background-color: #7B828C;
}
</style>
border-color css
<style>
span { border-color: #7B828C; }
span { border-color: rgb(123,130,140); }
td.TdClassName
{
border-color: #7B828C;
}
.TagClassName
{
border-color: #7B828C;
}
</style>