Shades of Slate Grey #747F8A
Tints of Slate Grey #747F8A
RGB
CMYK
RGB Variations
Color information
#747F8A (or 0x747F8A) is known color: Slate Grey. HEX triplet: 74, 7F and 8A. RGB value is (116,127,138). Sum of RGB (Red+Green+Blue) = 116+127+138=381 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.45% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 138 (54.30% from 255 or 36.22% from 381); Max value from RGB is 138 - color contains mainly: blue. Hex color #747F8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747F8A is #8B8075. Grayscale: #7C7C7C. Windows color (decimal): -9142390 or 9076596. OLE color: 9076596.
HSL color Cylindrical-coordinate representation of color #747F8A: hue angle of 210º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #747F8A is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 116 | 127 | 138 | - |
| CMYK | 0.16 | 0.08 | 0 | 0.46 |
| HSL | 210º | 0.09% | 0.5% | - |
| HSV(B) | 210º | 0.16% | 0.54% | - |
| XYZ | 19.38 | 20.73 | 27.02 | - |
| YUV | 124.97 | 135.36 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 127 | 138 | 0.16 | 0.08 | 0 | 0.46 | 210 | 0.09 | 0.5 |
| Hex | 74 | 7F | 8A | 10 | 8 | 0 | 2E | D2 | 9 | 32 |
| Octal | 164 | 177 | 212 | 20 | 10 | 0 | 56 | 322 | 11 | 62 |
| Binary | 1110100 | 1111111 | 10001010 | 10000 | 1000 | 0 | 101110 | 11010010 | 1001 | 110010 |
Color Harmonies of #747F8A
Complementary color
Monochromatic Colors of #747F8A
Black with #747F8A
Text Example
Text Example
White with #747F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747F8A; }
p { color: rgb(116,127,138); }
H1.HeaderClassName
{
color: #747F8A;
}
.AnyTagClassName
{
color: #747F8A;
}
</style>
background-color css
<style>
a { background-color: #747F8A; }
a { background-color: rgb(116,127,138); }
div.DivClassName
{
background-color: #747F8A;
}
.BgClassName
{
background-color: #747F8A;
}
</style>
border-color css
<style>
span { border-color: #747F8A; }
span { border-color: rgb(116,127,138); }
td.TdClassName
{
border-color: #747F8A;
}
.TagClassName
{
border-color: #747F8A;
}
</style>