Shades of Slate Grey #73818D
Tints of Slate Grey #73818D
RGB
CMYK
RGB Variations
Color information
#73818D (or 0x73818D) is known color: Slate Grey. HEX triplet: 73, 81 and 8D. RGB value is (115,129,141). Sum of RGB (Red+Green+Blue) = 115+129+141=385 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.87% from 385); Green value is 129 (50.78% from 255 or 33.51% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 141 - color contains mainly: blue. Hex color #73818D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73818D is #8C7E72. Grayscale: #7E7E7E. Windows color (decimal): -9207411 or 9273715. OLE color: 9273715.
HSL color Cylindrical-coordinate representation of color #73818D: 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.18%. Process color model (Four color, CMYK) of #73818D is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 129 | 141 | - |
| CMYK | 0.18 | 0.09 | 0 | 0.45 |
| HSL | 207.69º | 0.1% | 0.5% | - |
| HSV(B) | 207.69º | 0.18% | 0.55% | - |
| XYZ | 19.73 | 21.27 | 28.26 | - |
| YUV | 126.18 | 136.36 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 129 | 141 | 0.18 | 0.09 | 0 | 0.45 | 207.69 | 0.1 | 0.5 |
| Hex | 73 | 81 | 8D | 12 | 9 | 0 | 2D | D0 | A | 32 |
| Octal | 163 | 201 | 215 | 22 | 11 | 0 | 55 | 320 | 12 | 62 |
| Binary | 1110011 | 10000001 | 10001101 | 10010 | 1001 | 0 | 101101 | 11010000 | 1010 | 110010 |
Color Harmonies of #73818D
Complementary color
Monochromatic Colors of #73818D
Black with #73818D
Text Example
Text Example
White with #73818D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73818D; }
p { color: rgb(115,129,141); }
H1.HeaderClassName
{
color: #73818D;
}
.AnyTagClassName
{
color: #73818D;
}
</style>
background-color css
<style>
a { background-color: #73818D; }
a { background-color: rgb(115,129,141); }
div.DivClassName
{
background-color: #73818D;
}
.BgClassName
{
background-color: #73818D;
}
</style>
border-color css
<style>
span { border-color: #73818D; }
span { border-color: rgb(115,129,141); }
td.TdClassName
{
border-color: #73818D;
}
.TagClassName
{
border-color: #73818D;
}
</style>