Shades of Slate Grey #748391
Tints of Slate Grey #748391
RGB
CMYK
RGB Variations
Color information
#748391 (or 0x748391) is known color: Slate Grey. HEX triplet: 74, 83 and 91. RGB value is (116,131,145). Sum of RGB (Red+Green+Blue) = 116+131+145=392 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.59% from 392); Green value is 131 (51.56% from 255 or 33.42% from 392); Blue value is 145 (57.03% from 255 or 36.99% from 392); Max value from RGB is 145 - color contains mainly: blue. Hex color #748391 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748391 is #8B7C6E. Grayscale: #808080. Windows color (decimal): -9141359 or 9536372. OLE color: 9536372.
HSL color Cylindrical-coordinate representation of color #748391: hue angle of 208.97º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #748391 is Cyan = 0.2, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 116 | 131 | 145 | - |
| CMYK | 0.2 | 0.10 | 0 | 0.43 |
| HSL | 208.97º | 0.12% | 0.51% | - |
| HSV(B) | 208.97º | 0.2% | 0.57% | - |
| XYZ | 20.43 | 21.99 | 29.96 | - |
| YUV | 128.11 | 137.53 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 131 | 145 | 0.2 | 0.10 | 0 | 0.43 | 208.97 | 0.12 | 0.51 |
| Hex | 74 | 83 | 91 | 14 | A | 0 | 2B | D1 | C | 33 |
| Octal | 164 | 203 | 221 | 24 | 12 | 0 | 53 | 321 | 14 | 63 |
| Binary | 1110100 | 10000011 | 10010001 | 10100 | 1010 | 0 | 101011 | 11010001 | 1100 | 110011 |
Color Harmonies of #748391
Complementary color
Monochromatic Colors of #748391
Black with #748391
Text Example
Text Example
White with #748391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748391; }
p { color: rgb(116,131,145); }
H1.HeaderClassName
{
color: #748391;
}
.AnyTagClassName
{
color: #748391;
}
</style>
background-color css
<style>
a { background-color: #748391; }
a { background-color: rgb(116,131,145); }
div.DivClassName
{
background-color: #748391;
}
.BgClassName
{
background-color: #748391;
}
</style>
border-color css
<style>
span { border-color: #748391; }
span { border-color: rgb(116,131,145); }
td.TdClassName
{
border-color: #748391;
}
.TagClassName
{
border-color: #748391;
}
</style>