Shades of Slate Grey #73808B
Tints of Slate Grey #73808B
RGB
CMYK
RGB Variations
Color information
#73808B (or 0x73808B) is known color: Slate Grey. HEX triplet: 73, 80 and 8B. RGB value is (115,128,139). Sum of RGB (Red+Green+Blue) = 115+128+139=382 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.10% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 139 (54.69% from 255 or 36.39% from 382); Max value from RGB is 139 - color contains mainly: blue. Hex color #73808B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73808B is #8C7F74. Grayscale: #7D7D7D. Windows color (decimal): -9207669 or 9142387. OLE color: 9142387.
HSL color Cylindrical-coordinate representation of color #73808B: hue angle of 207.5º 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 #73808B is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 128 | 139 | - |
| CMYK | 0.17 | 0.08 | 0 | 0.45 |
| HSL | 207.5º | 0.09% | 0.5% | - |
| HSV(B) | 207.5º | 0.17% | 0.55% | - |
| XYZ | 19.45 | 20.95 | 27.44 | - |
| YUV | 125.37 | 135.69 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 128 | 139 | 0.17 | 0.08 | 0 | 0.45 | 207.5 | 0.09 | 0.5 |
| Hex | 73 | 80 | 8B | 11 | 8 | 0 | 2D | D0 | 9 | 32 |
| Octal | 163 | 200 | 213 | 21 | 10 | 0 | 55 | 320 | 11 | 62 |
| Binary | 1110011 | 10000000 | 10001011 | 10001 | 1000 | 0 | 101101 | 11010000 | 1001 | 110010 |
Color Harmonies of #73808B
Complementary color
Monochromatic Colors of #73808B
Black with #73808B
Text Example
Text Example
White with #73808B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73808B; }
p { color: rgb(115,128,139); }
H1.HeaderClassName
{
color: #73808B;
}
.AnyTagClassName
{
color: #73808B;
}
</style>
background-color css
<style>
a { background-color: #73808B; }
a { background-color: rgb(115,128,139); }
div.DivClassName
{
background-color: #73808B;
}
.BgClassName
{
background-color: #73808B;
}
</style>
border-color css
<style>
span { border-color: #73808B; }
span { border-color: rgb(115,128,139); }
td.TdClassName
{
border-color: #73808B;
}
.TagClassName
{
border-color: #73808B;
}
</style>