Shades of Slate Grey #73818B
Tints of Slate Grey #73818B
RGB
CMYK
RGB Variations
Color information
#73818B (or 0x73818B) is known color: Slate Grey. HEX triplet: 73, 81 and 8B. RGB value is (115,129,139). Sum of RGB (Red+Green+Blue) = 115+129+139=383 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.03% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 139 - color contains mainly: blue. Hex color #73818B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73818B is #8C7E74. Grayscale: #7D7D7D. Windows color (decimal): -9207413 or 9142643. OLE color: 9142643.
HSL color Cylindrical-coordinate representation of color #73818B: hue angle of 205º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #73818B is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 129 | 139 | - |
| CMYK | 0.17 | 0.07 | 0 | 0.45 |
| HSL | 205º | 0.09% | 0.5% | - |
| HSV(B) | 205º | 0.17% | 0.55% | - |
| XYZ | 19.58 | 21.21 | 27.49 | - |
| YUV | 125.95 | 135.36 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 129 | 139 | 0.17 | 0.07 | 0 | 0.45 | 205 | 0.09 | 0.5 |
| Hex | 73 | 81 | 8B | 11 | 7 | 0 | 2D | CD | 9 | 32 |
| Octal | 163 | 201 | 213 | 21 | 7 | 0 | 55 | 315 | 11 | 62 |
| Binary | 1110011 | 10000001 | 10001011 | 10001 | 111 | 0 | 101101 | 11001101 | 1001 | 110010 |
Color Harmonies of #73818B
Complementary color
Monochromatic Colors of #73818B
Black with #73818B
Text Example
Text Example
White with #73818B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73818B; }
p { color: rgb(115,129,139); }
H1.HeaderClassName
{
color: #73818B;
}
.AnyTagClassName
{
color: #73818B;
}
</style>
background-color css
<style>
a { background-color: #73818B; }
a { background-color: rgb(115,129,139); }
div.DivClassName
{
background-color: #73818B;
}
.BgClassName
{
background-color: #73818B;
}
</style>
border-color css
<style>
span { border-color: #73818B; }
span { border-color: rgb(115,129,139); }
td.TdClassName
{
border-color: #73818B;
}
.TagClassName
{
border-color: #73818B;
}
</style>