Shades of Slate Grey #74808E
Tints of Slate Grey #74808E
RGB
CMYK
RGB Variations
Color information
#74808E (or 0x74808E) is known color: Slate Grey. HEX triplet: 74, 80 and 8E. RGB value is (116,128,142). Sum of RGB (Red+Green+Blue) = 116+128+142=386 (51% of max value = 765). Red value is 116 (45.70% from 255 or 30.05% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 142 (55.86% from 255 or 36.79% from 386); Max value from RGB is 142 - color contains mainly: blue. Hex color #74808E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74808E is #8B7F71. Grayscale: #7D7D7D. Windows color (decimal): -9142130 or 9338996. OLE color: 9338996.
HSL color Cylindrical-coordinate representation of color #74808E: hue angle of 212.31º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #74808E is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 128 | 142 | - |
| CMYK | 0.18 | 0.10 | 0 | 0.44 |
| HSL | 212.31º | 0.1% | 0.51% | - |
| HSV(B) | 212.31º | 0.18% | 0.56% | - |
| XYZ | 19.8 | 21.1 | 28.62 | - |
| YUV | 126.01 | 137.02 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 128 | 142 | 0.18 | 0.10 | 0 | 0.44 | 212.31 | 0.1 | 0.51 |
| Hex | 74 | 80 | 8E | 12 | A | 0 | 2C | D4 | A | 33 |
| Octal | 164 | 200 | 216 | 22 | 12 | 0 | 54 | 324 | 12 | 63 |
| Binary | 1110100 | 10000000 | 10001110 | 10010 | 1010 | 0 | 101100 | 11010100 | 1010 | 110011 |
Color Harmonies of #74808E
Complementary color
Monochromatic Colors of #74808E
Black with #74808E
Text Example
Text Example
White with #74808E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74808E; }
p { color: rgb(116,128,142); }
H1.HeaderClassName
{
color: #74808E;
}
.AnyTagClassName
{
color: #74808E;
}
</style>
background-color css
<style>
a { background-color: #74808E; }
a { background-color: rgb(116,128,142); }
div.DivClassName
{
background-color: #74808E;
}
.BgClassName
{
background-color: #74808E;
}
</style>
border-color css
<style>
span { border-color: #74808E; }
span { border-color: rgb(116,128,142); }
td.TdClassName
{
border-color: #74808E;
}
.TagClassName
{
border-color: #74808E;
}
</style>