Shades of Slate Grey #748096
Tints of Slate Grey #748096
RGB
CMYK
RGB Variations
Color information
#748096 (or 0x748096) is known color: Slate Grey. HEX triplet: 74, 80 and 96. RGB value is (116,128,150). Sum of RGB (Red+Green+Blue) = 116+128+150=394 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.44% from 394); Green value is 128 (50.39% from 255 or 32.49% from 394); Blue value is 150 (58.98% from 255 or 38.07% from 394); Max value from RGB is 150 - color contains mainly: blue. Hex color #748096 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748096 is #8B7F69. Grayscale: #7E7E7E. Windows color (decimal): -9142122 or 9863284. OLE color: 9863284.
HSL color Cylindrical-coordinate representation of color #748096: hue angle of 218.82º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #748096 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 116 | 128 | 150 | - |
| CMYK | 0.23 | 0.15 | 0 | 0.41 |
| HSL | 218.82º | 0.14% | 0.52% | - |
| HSV(B) | 218.82º | 0.23% | 0.59% | - |
| XYZ | 20.43 | 21.35 | 31.9 | - |
| YUV | 126.92 | 141.02 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 128 | 150 | 0.23 | 0.15 | 0 | 0.41 | 218.82 | 0.14 | 0.52 |
| Hex | 74 | 80 | 96 | 17 | F | 0 | 29 | DB | E | 34 |
| Octal | 164 | 200 | 226 | 27 | 17 | 0 | 51 | 333 | 16 | 64 |
| Binary | 1110100 | 10000000 | 10010110 | 10111 | 1111 | 0 | 101001 | 11011011 | 1110 | 110100 |
Color Harmonies of #748096
Complementary color
Monochromatic Colors of #748096
Black with #748096
Text Example
Text Example
White with #748096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748096; }
p { color: rgb(116,128,150); }
H1.HeaderClassName
{
color: #748096;
}
.AnyTagClassName
{
color: #748096;
}
</style>
background-color css
<style>
a { background-color: #748096; }
a { background-color: rgb(116,128,150); }
div.DivClassName
{
background-color: #748096;
}
.BgClassName
{
background-color: #748096;
}
</style>
border-color css
<style>
span { border-color: #748096; }
span { border-color: rgb(116,128,150); }
td.TdClassName
{
border-color: #748096;
}
.TagClassName
{
border-color: #748096;
}
</style>