Shades of Slate Grey #747E90
Tints of Slate Grey #747E90
RGB
CMYK
RGB Variations
Color information
#747E90 (or 0x747E90) is known color: Slate Grey. HEX triplet: 74, 7E and 90. RGB value is (116,126,144). Sum of RGB (Red+Green+Blue) = 116+126+144=386 (51% of max value = 765). Red value is 116 (45.70% from 255 or 30.05% from 386); Green value is 126 (49.61% from 255 or 32.64% from 386); Blue value is 144 (56.64% from 255 or 37.31% from 386); Max value from RGB is 144 - color contains mainly: blue. Hex color #747E90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747E90 is #8B816F. Grayscale: #7C7C7C. Windows color (decimal): -9142640 or 9469556. OLE color: 9469556.
HSL color Cylindrical-coordinate representation of color #747E90: hue angle of 218.57º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #747E90 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 126 | 144 | - |
| CMYK | 0.19 | 0.12 | 0 | 0.44 |
| HSL | 218.57º | 0.11% | 0.51% | - |
| HSV(B) | 218.57º | 0.19% | 0.56% | - |
| XYZ | 19.7 | 20.65 | 29.33 | - |
| YUV | 125.06 | 138.69 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 126 | 144 | 0.19 | 0.12 | 0 | 0.44 | 218.57 | 0.11 | 0.51 |
| Hex | 74 | 7E | 90 | 13 | C | 0 | 2C | DB | B | 33 |
| Octal | 164 | 176 | 220 | 23 | 14 | 0 | 54 | 333 | 13 | 63 |
| Binary | 1110100 | 1111110 | 10010000 | 10011 | 1100 | 0 | 101100 | 11011011 | 1011 | 110011 |
Color Harmonies of #747E90
Complementary color
Monochromatic Colors of #747E90
Black with #747E90
Text Example
Text Example
White with #747E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747E90; }
p { color: rgb(116,126,144); }
H1.HeaderClassName
{
color: #747E90;
}
.AnyTagClassName
{
color: #747E90;
}
</style>
background-color css
<style>
a { background-color: #747E90; }
a { background-color: rgb(116,126,144); }
div.DivClassName
{
background-color: #747E90;
}
.BgClassName
{
background-color: #747E90;
}
</style>
border-color css
<style>
span { border-color: #747E90; }
span { border-color: rgb(116,126,144); }
td.TdClassName
{
border-color: #747E90;
}
.TagClassName
{
border-color: #747E90;
}
</style>