Shades of Slate Grey #747F91
Tints of Slate Grey #747F91
RGB
CMYK
RGB Variations
Color information
#747F91 (or 0x747F91) is known color: Slate Grey. HEX triplet: 74, 7F and 91. RGB value is (116,127,145). Sum of RGB (Red+Green+Blue) = 116+127+145=388 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.90% from 388); Green value is 127 (50% from 255 or 32.73% from 388); Blue value is 145 (57.03% from 255 or 37.37% from 388); Max value from RGB is 145 - color contains mainly: blue. Hex color #747F91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747F91 is #8B806E. Grayscale: #7D7D7D. Windows color (decimal): -9142383 or 9535348. OLE color: 9535348.
HSL color Cylindrical-coordinate representation of color #747F91: hue angle of 217.24º 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 #747F91 is Cyan = 0.2, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 116 | 127 | 145 | - |
| CMYK | 0.2 | 0.12 | 0 | 0.43 |
| HSL | 217.24º | 0.12% | 0.51% | - |
| HSV(B) | 217.24º | 0.2% | 0.57% | - |
| XYZ | 19.9 | 20.94 | 29.78 | - |
| YUV | 125.76 | 138.86 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 127 | 145 | 0.2 | 0.12 | 0 | 0.43 | 217.24 | 0.12 | 0.51 |
| Hex | 74 | 7F | 91 | 14 | C | 0 | 2B | D9 | C | 33 |
| Octal | 164 | 177 | 221 | 24 | 14 | 0 | 53 | 331 | 14 | 63 |
| Binary | 1110100 | 1111111 | 10010001 | 10100 | 1100 | 0 | 101011 | 11011001 | 1100 | 110011 |
Color Harmonies of #747F91
Complementary color
Monochromatic Colors of #747F91
Black with #747F91
Text Example
Text Example
White with #747F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747F91; }
p { color: rgb(116,127,145); }
H1.HeaderClassName
{
color: #747F91;
}
.AnyTagClassName
{
color: #747F91;
}
</style>
background-color css
<style>
a { background-color: #747F91; }
a { background-color: rgb(116,127,145); }
div.DivClassName
{
background-color: #747F91;
}
.BgClassName
{
background-color: #747F91;
}
</style>
border-color css
<style>
span { border-color: #747F91; }
span { border-color: rgb(116,127,145); }
td.TdClassName
{
border-color: #747F91;
}
.TagClassName
{
border-color: #747F91;
}
</style>