Shades of Slate Grey #74818D
Tints of Slate Grey #74818D
RGB
CMYK
RGB Variations
Color information
#74818D (or 0x74818D) is known color: Slate Grey. HEX triplet: 74, 81 and 8D. RGB value is (116,129,141). Sum of RGB (Red+Green+Blue) = 116+129+141=386 (51% of max value = 765). Red value is 116 (45.70% from 255 or 30.05% from 386); Green value is 129 (50.78% from 255 or 33.42% from 386); Blue value is 141 (55.47% from 255 or 36.53% from 386); Max value from RGB is 141 - color contains mainly: blue. Hex color #74818D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74818D is #8B7E72. Grayscale: #7E7E7E. Windows color (decimal): -9141875 or 9273716. OLE color: 9273716.
HSL color Cylindrical-coordinate representation of color #74818D: hue angle of 208.8º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #74818D is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 129 | 141 | - |
| CMYK | 0.18 | 0.09 | 0 | 0.45 |
| HSL | 208.8º | 0.1% | 0.5% | - |
| HSV(B) | 208.8º | 0.18% | 0.55% | - |
| XYZ | 19.86 | 21.34 | 28.27 | - |
| YUV | 126.48 | 136.19 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 129 | 141 | 0.18 | 0.09 | 0 | 0.45 | 208.8 | 0.1 | 0.5 |
| Hex | 74 | 81 | 8D | 12 | 9 | 0 | 2D | D1 | A | 32 |
| Octal | 164 | 201 | 215 | 22 | 11 | 0 | 55 | 321 | 12 | 62 |
| Binary | 1110100 | 10000001 | 10001101 | 10010 | 1001 | 0 | 101101 | 11010001 | 1010 | 110010 |
Color Harmonies of #74818D
Complementary color
Monochromatic Colors of #74818D
Black with #74818D
Text Example
Text Example
White with #74818D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74818D; }
p { color: rgb(116,129,141); }
H1.HeaderClassName
{
color: #74818D;
}
.AnyTagClassName
{
color: #74818D;
}
</style>
background-color css
<style>
a { background-color: #74818D; }
a { background-color: rgb(116,129,141); }
div.DivClassName
{
background-color: #74818D;
}
.BgClassName
{
background-color: #74818D;
}
</style>
border-color css
<style>
span { border-color: #74818D; }
span { border-color: rgb(116,129,141); }
td.TdClassName
{
border-color: #74818D;
}
.TagClassName
{
border-color: #74818D;
}
</style>