Shades of Slate Grey #737C96
Tints of Slate Grey #737C96
RGB
CMYK
RGB Variations
Color information
#737C96 (or 0x737C96) is known color: Slate Grey. HEX triplet: 73, 7C and 96. RGB value is (115,124,150). Sum of RGB (Red+Green+Blue) = 115+124+150=389 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.56% from 389); Green value is 124 (48.83% from 255 or 31.88% from 389); Blue value is 150 (58.98% from 255 or 38.56% from 389); Max value from RGB is 150 - color contains mainly: blue. Hex color #737C96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737C96 is #8C8369. Grayscale: #7C7C7C. Windows color (decimal): -9208682 or 9862259. OLE color: 9862259.
HSL color Cylindrical-coordinate representation of color #737C96: hue angle of 224.57º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #737C96 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 115 | 124 | 150 | - |
| CMYK | 0.23 | 0.17 | 0 | 0.41 |
| HSL | 224.57º | 0.14% | 0.52% | - |
| HSV(B) | 224.57º | 0.23% | 0.59% | - |
| XYZ | 19.78 | 20.26 | 31.72 | - |
| YUV | 124.27 | 142.52 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 124 | 150 | 0.23 | 0.17 | 0 | 0.41 | 224.57 | 0.14 | 0.52 |
| Hex | 73 | 7C | 96 | 17 | 11 | 0 | 29 | E1 | E | 34 |
| Octal | 163 | 174 | 226 | 27 | 21 | 0 | 51 | 341 | 16 | 64 |
| Binary | 1110011 | 1111100 | 10010110 | 10111 | 10001 | 0 | 101001 | 11100001 | 1110 | 110100 |
Color Harmonies of #737C96
Complementary color
Monochromatic Colors of #737C96
Black with #737C96
Text Example
Text Example
White with #737C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737C96; }
p { color: rgb(115,124,150); }
H1.HeaderClassName
{
color: #737C96;
}
.AnyTagClassName
{
color: #737C96;
}
</style>
background-color css
<style>
a { background-color: #737C96; }
a { background-color: rgb(115,124,150); }
div.DivClassName
{
background-color: #737C96;
}
.BgClassName
{
background-color: #737C96;
}
</style>
border-color css
<style>
span { border-color: #737C96; }
span { border-color: rgb(115,124,150); }
td.TdClassName
{
border-color: #737C96;
}
.TagClassName
{
border-color: #737C96;
}
</style>