Shades of Slate Grey #73828C
Tints of Slate Grey #73828C
RGB
CMYK
RGB Variations
Color information
#73828C (or 0x73828C) is known color: Slate Grey. HEX triplet: 73, 82 and 8C. RGB value is (115,130,140). Sum of RGB (Red+Green+Blue) = 115+130+140=385 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.87% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 140 (55.08% from 255 or 36.36% from 385); Max value from RGB is 140 - color contains mainly: blue. Hex color #73828C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73828C is #8C7D73. Grayscale: #7E7E7E. Windows color (decimal): -9207156 or 9208435. OLE color: 9208435.
HSL color Cylindrical-coordinate representation of color #73828C: hue angle of 204º 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 #73828C is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 130 | 140 | - |
| CMYK | 0.18 | 0.07 | 0 | 0.45 |
| HSL | 204º | 0.1% | 0.5% | - |
| HSV(B) | 204º | 0.18% | 0.55% | - |
| XYZ | 19.79 | 21.5 | 27.92 | - |
| YUV | 126.66 | 135.53 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 130 | 140 | 0.18 | 0.07 | 0 | 0.45 | 204 | 0.1 | 0.5 |
| Hex | 73 | 82 | 8C | 12 | 7 | 0 | 2D | CC | A | 32 |
| Octal | 163 | 202 | 214 | 22 | 7 | 0 | 55 | 314 | 12 | 62 |
| Binary | 1110011 | 10000010 | 10001100 | 10010 | 111 | 0 | 101101 | 11001100 | 1010 | 110010 |
Color Harmonies of #73828C
Complementary color
Monochromatic Colors of #73828C
Black with #73828C
Text Example
Text Example
White with #73828C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73828C; }
p { color: rgb(115,130,140); }
H1.HeaderClassName
{
color: #73828C;
}
.AnyTagClassName
{
color: #73828C;
}
</style>
background-color css
<style>
a { background-color: #73828C; }
a { background-color: rgb(115,130,140); }
div.DivClassName
{
background-color: #73828C;
}
.BgClassName
{
background-color: #73828C;
}
</style>
border-color css
<style>
span { border-color: #73828C; }
span { border-color: rgb(115,130,140); }
td.TdClassName
{
border-color: #73828C;
}
.TagClassName
{
border-color: #73828C;
}
</style>