Shades of Slate Grey #737C85
Tints of Slate Grey #737C85
RGB
CMYK
RGB Variations
Color information
#737C85 (or 0x737C85) is known color: Slate Grey. HEX triplet: 73, 7C and 85. RGB value is (115,124,133). Sum of RGB (Red+Green+Blue) = 115+124+133=372 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.91% from 372); Green value is 124 (48.83% from 255 or 33.33% from 372); Blue value is 133 (52.34% from 255 or 35.75% from 372); Max value from RGB is 133 - color contains mainly: blue. Hex color #737C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737C85 is #8C837A. Grayscale: #7A7A7A. Windows color (decimal): -9208699 or 8748147. OLE color: 8748147.
HSL color Cylindrical-coordinate representation of color #737C85: hue angle of 210º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #737C85 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 115 | 124 | 133 | - |
| CMYK | 0.14 | 0.07 | 0 | 0.48 |
| HSL | 210º | 0.07% | 0.49% | - |
| HSV(B) | 210º | 0.14% | 0.52% | - |
| XYZ | 18.51 | 19.75 | 25.03 | - |
| YUV | 122.34 | 134.02 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 124 | 133 | 0.14 | 0.07 | 0 | 0.48 | 210 | 0.07 | 0.49 |
| Hex | 73 | 7C | 85 | E | 7 | 0 | 30 | D2 | 7 | 31 |
| Octal | 163 | 174 | 205 | 16 | 7 | 0 | 60 | 322 | 7 | 61 |
| Binary | 1110011 | 1111100 | 10000101 | 1110 | 111 | 0 | 110000 | 11010010 | 111 | 110001 |
Color Harmonies of #737C85
Complementary color
Monochromatic Colors of #737C85
Black with #737C85
Text Example
Text Example
White with #737C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737C85; }
p { color: rgb(115,124,133); }
H1.HeaderClassName
{
color: #737C85;
}
.AnyTagClassName
{
color: #737C85;
}
</style>
background-color css
<style>
a { background-color: #737C85; }
a { background-color: rgb(115,124,133); }
div.DivClassName
{
background-color: #737C85;
}
.BgClassName
{
background-color: #737C85;
}
</style>
border-color css
<style>
span { border-color: #737C85; }
span { border-color: rgb(115,124,133); }
td.TdClassName
{
border-color: #737C85;
}
.TagClassName
{
border-color: #737C85;
}
</style>