Shades of Storm Grey #737781
Tints of Storm Grey #737781
RGB
CMYK
RGB Variations
Color information
#737781 (or 0x737781) is known color: Storm Grey. HEX triplet: 73, 77 and 81. RGB value is (115,119,129). Sum of RGB (Red+Green+Blue) = 115+119+129=363 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.68% from 363); Green value is 119 (46.88% from 255 or 32.78% from 363); Blue value is 129 (50.78% from 255 or 35.54% from 363); Max value from RGB is 129 - color contains mainly: blue. Hex color #737781 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737781 is #8C887E. Grayscale: #767676. Windows color (decimal): -9209983 or 8484723. OLE color: 8484723.
HSL color Cylindrical-coordinate representation of color #737781: hue angle of 222.86º degrees, saturation: 0.06, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #737781 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 115 | 119 | 129 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.49 |
| HSL | 222.86º | 0.06% | 0.48% | - |
| HSV(B) | 222.86º | 0.11% | 0.51% | - |
| XYZ | 17.63 | 18.42 | 23.4 | - |
| YUV | 118.94 | 133.67 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 119 | 129 | 0.11 | 0.08 | 0 | 0.49 | 222.86 | 0.06 | 0.48 |
| Hex | 73 | 77 | 81 | B | 8 | 0 | 31 | DF | 6 | 30 |
| Octal | 163 | 167 | 201 | 13 | 10 | 0 | 61 | 337 | 6 | 60 |
| Binary | 1110011 | 1110111 | 10000001 | 1011 | 1000 | 0 | 110001 | 11011111 | 110 | 110000 |
Color Harmonies of #737781
Complementary color
Monochromatic Colors of #737781
Black with #737781
Text Example
Text Example
White with #737781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737781; }
p { color: rgb(115,119,129); }
H1.HeaderClassName
{
color: #737781;
}
.AnyTagClassName
{
color: #737781;
}
</style>
background-color css
<style>
a { background-color: #737781; }
a { background-color: rgb(115,119,129); }
div.DivClassName
{
background-color: #737781;
}
.BgClassName
{
background-color: #737781;
}
</style>
border-color css
<style>
span { border-color: #737781; }
span { border-color: rgb(115,119,129); }
td.TdClassName
{
border-color: #737781;
}
.TagClassName
{
border-color: #737781;
}
</style>