Shades of Slate Grey #737F8F
Tints of Slate Grey #737F8F
RGB
CMYK
RGB Variations
Color information
#737F8F (or 0x737F8F) is known color: Slate Grey. HEX triplet: 73, 7F and 8F. RGB value is (115,127,143). Sum of RGB (Red+Green+Blue) = 115+127+143=385 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.87% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 143 (56.25% from 255 or 37.14% from 385); Max value from RGB is 143 - color contains mainly: blue. Hex color #737F8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737F8F is #8C8070. Grayscale: #7D7D7D. Windows color (decimal): -9207921 or 9404275. OLE color: 9404275.
HSL color Cylindrical-coordinate representation of color #737F8F: hue angle of 214.29º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #737F8F is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 115 | 127 | 143 | - |
| CMYK | 0.20 | 0.11 | 0 | 0.44 |
| HSL | 214.29º | 0.11% | 0.51% | - |
| HSV(B) | 214.29º | 0.2% | 0.56% | - |
| XYZ | 19.62 | 20.81 | 28.97 | - |
| YUV | 125.24 | 138.02 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 127 | 143 | 0.20 | 0.11 | 0 | 0.44 | 214.29 | 0.11 | 0.51 |
| Hex | 73 | 7F | 8F | 14 | B | 0 | 2C | D6 | B | 33 |
| Octal | 163 | 177 | 217 | 24 | 13 | 0 | 54 | 326 | 13 | 63 |
| Binary | 1110011 | 1111111 | 10001111 | 10100 | 1011 | 0 | 101100 | 11010110 | 1011 | 110011 |
Color Harmonies of #737F8F
Complementary color
Monochromatic Colors of #737F8F
Black with #737F8F
Text Example
Text Example
White with #737F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737F8F; }
p { color: rgb(115,127,143); }
H1.HeaderClassName
{
color: #737F8F;
}
.AnyTagClassName
{
color: #737F8F;
}
</style>
background-color css
<style>
a { background-color: #737F8F; }
a { background-color: rgb(115,127,143); }
div.DivClassName
{
background-color: #737F8F;
}
.BgClassName
{
background-color: #737F8F;
}
</style>
border-color css
<style>
span { border-color: #737F8F; }
span { border-color: rgb(115,127,143); }
td.TdClassName
{
border-color: #737F8F;
}
.TagClassName
{
border-color: #737F8F;
}
</style>