Shades of Slate Grey #72808C
Tints of Slate Grey #72808C
RGB
CMYK
RGB Variations
Color information
#72808C (or 0x72808C) is known color: Slate Grey. HEX triplet: 72, 80 and 8C. RGB value is (114,128,140). Sum of RGB (Red+Green+Blue) = 114+128+140=382 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.84% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 140 (55.08% from 255 or 36.65% from 382); Max value from RGB is 140 - color contains mainly: blue. Hex color #72808C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72808C is #8D7F73. Grayscale: #7D7D7D. Windows color (decimal): -9273204 or 9207922. OLE color: 9207922.
HSL color Cylindrical-coordinate representation of color #72808C: hue angle of 207.69º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #72808C is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 128 | 140 | - |
| CMYK | 0.19 | 0.09 | 0 | 0.45 |
| HSL | 207.69º | 0.1% | 0.5% | - |
| HSV(B) | 207.69º | 0.19% | 0.55% | - |
| XYZ | 19.39 | 20.91 | 27.82 | - |
| YUV | 125.18 | 136.36 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 128 | 140 | 0.19 | 0.09 | 0 | 0.45 | 207.69 | 0.1 | 0.5 |
| Hex | 72 | 80 | 8C | 13 | 9 | 0 | 2D | D0 | A | 32 |
| Octal | 162 | 200 | 214 | 23 | 11 | 0 | 55 | 320 | 12 | 62 |
| Binary | 1110010 | 10000000 | 10001100 | 10011 | 1001 | 0 | 101101 | 11010000 | 1010 | 110010 |
Color Harmonies of #72808C
Complementary color
Monochromatic Colors of #72808C
Black with #72808C
Text Example
Text Example
White with #72808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72808C; }
p { color: rgb(114,128,140); }
H1.HeaderClassName
{
color: #72808C;
}
.AnyTagClassName
{
color: #72808C;
}
</style>
background-color css
<style>
a { background-color: #72808C; }
a { background-color: rgb(114,128,140); }
div.DivClassName
{
background-color: #72808C;
}
.BgClassName
{
background-color: #72808C;
}
</style>
border-color css
<style>
span { border-color: #72808C; }
span { border-color: rgb(114,128,140); }
td.TdClassName
{
border-color: #72808C;
}
.TagClassName
{
border-color: #72808C;
}
</style>