Shades of Slate Grey #737D87
Tints of Slate Grey #737D87
RGB
CMYK
RGB Variations
Color information
#737D87 (or 0x737D87) is known color: Slate Grey. HEX triplet: 73, 7D and 87. RGB value is (115,125,135). Sum of RGB (Red+Green+Blue) = 115+125+135=375 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.67% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 135 (53.12% from 255 or 36% from 375); Max value from RGB is 135 - color contains mainly: blue. Hex color #737D87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737D87 is #8C8278. Grayscale: #7B7B7B. Windows color (decimal): -9208441 or 8879475. OLE color: 8879475.
HSL color Cylindrical-coordinate representation of color #737D87: hue angle of 210º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #737D87 is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 115 | 125 | 135 | - |
| CMYK | 0.15 | 0.07 | 0 | 0.47 |
| HSL | 210º | 0.08% | 0.49% | - |
| HSV(B) | 210º | 0.15% | 0.53% | - |
| XYZ | 18.78 | 20.06 | 25.8 | - |
| YUV | 123.15 | 134.69 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 125 | 135 | 0.15 | 0.07 | 0 | 0.47 | 210 | 0.08 | 0.49 |
| Hex | 73 | 7D | 87 | F | 7 | 0 | 2F | D2 | 8 | 31 |
| Octal | 163 | 175 | 207 | 17 | 7 | 0 | 57 | 322 | 10 | 61 |
| Binary | 1110011 | 1111101 | 10000111 | 1111 | 111 | 0 | 101111 | 11010010 | 1000 | 110001 |
Color Harmonies of #737D87
Complementary color
Monochromatic Colors of #737D87
Black with #737D87
Text Example
Text Example
White with #737D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737D87; }
p { color: rgb(115,125,135); }
H1.HeaderClassName
{
color: #737D87;
}
.AnyTagClassName
{
color: #737D87;
}
</style>
background-color css
<style>
a { background-color: #737D87; }
a { background-color: rgb(115,125,135); }
div.DivClassName
{
background-color: #737D87;
}
.BgClassName
{
background-color: #737D87;
}
</style>
border-color css
<style>
span { border-color: #737D87; }
span { border-color: rgb(115,125,135); }
td.TdClassName
{
border-color: #737D87;
}
.TagClassName
{
border-color: #737D87;
}
</style>