Shades of Slate Grey #748092
Tints of Slate Grey #748092
RGB
CMYK
RGB Variations
Color information
#748092 (or 0x748092) is known color: Slate Grey. HEX triplet: 74, 80 and 92. RGB value is (116,128,146). Sum of RGB (Red+Green+Blue) = 116+128+146=390 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.74% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 146 (57.42% from 255 or 37.44% from 390); Max value from RGB is 146 - color contains mainly: blue. Hex color #748092 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748092 is #8B7F6D. Grayscale: #7E7E7E. Windows color (decimal): -9142126 or 9601140. OLE color: 9601140.
HSL color Cylindrical-coordinate representation of color #748092: hue angle of 216º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #748092 is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 116 | 128 | 146 | - |
| CMYK | 0.21 | 0.12 | 0 | 0.43 |
| HSL | 216º | 0.12% | 0.51% | - |
| HSV(B) | 216º | 0.21% | 0.57% | - |
| XYZ | 20.11 | 21.23 | 30.23 | - |
| YUV | 126.46 | 139.02 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 128 | 146 | 0.21 | 0.12 | 0 | 0.43 | 216 | 0.12 | 0.51 |
| Hex | 74 | 80 | 92 | 15 | C | 0 | 2B | D8 | C | 33 |
| Octal | 164 | 200 | 222 | 25 | 14 | 0 | 53 | 330 | 14 | 63 |
| Binary | 1110100 | 10000000 | 10010010 | 10101 | 1100 | 0 | 101011 | 11011000 | 1100 | 110011 |
Color Harmonies of #748092
Complementary color
Monochromatic Colors of #748092
Black with #748092
Text Example
Text Example
White with #748092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748092; }
p { color: rgb(116,128,146); }
H1.HeaderClassName
{
color: #748092;
}
.AnyTagClassName
{
color: #748092;
}
</style>
background-color css
<style>
a { background-color: #748092; }
a { background-color: rgb(116,128,146); }
div.DivClassName
{
background-color: #748092;
}
.BgClassName
{
background-color: #748092;
}
</style>
border-color css
<style>
span { border-color: #748092; }
span { border-color: rgb(116,128,146); }
td.TdClassName
{
border-color: #748092;
}
.TagClassName
{
border-color: #748092;
}
</style>