Shades of Storm Grey #737881
Tints of Storm Grey #737881
RGB
CMYK
RGB Variations
Color information
#737881 (or 0x737881) is known color: Storm Grey. HEX triplet: 73, 78 and 81. RGB value is (115,120,129). Sum of RGB (Red+Green+Blue) = 115+120+129=364 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.59% from 364); Green value is 120 (47.27% from 255 or 32.97% from 364); Blue value is 129 (50.78% from 255 or 35.44% from 364); Max value from RGB is 129 - color contains mainly: blue. Hex color #737881 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737881 is #8C877E. Grayscale: #777777. Windows color (decimal): -9209727 or 8484979. OLE color: 8484979.
HSL color Cylindrical-coordinate representation of color #737881: hue angle of 218.57º 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 #737881 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 115 | 120 | 129 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.49 |
| HSL | 218.57º | 0.06% | 0.48% | - |
| HSV(B) | 218.57º | 0.11% | 0.51% | - |
| XYZ | 17.75 | 18.66 | 23.44 | - |
| YUV | 119.53 | 133.34 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 120 | 129 | 0.11 | 0.07 | 0 | 0.49 | 218.57 | 0.06 | 0.48 |
| Hex | 73 | 78 | 81 | B | 7 | 0 | 31 | DB | 6 | 30 |
| Octal | 163 | 170 | 201 | 13 | 7 | 0 | 61 | 333 | 6 | 60 |
| Binary | 1110011 | 1111000 | 10000001 | 1011 | 111 | 0 | 110001 | 11011011 | 110 | 110000 |
Color Harmonies of #737881
Complementary color
Monochromatic Colors of #737881
Black with #737881
Text Example
Text Example
White with #737881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737881; }
p { color: rgb(115,120,129); }
H1.HeaderClassName
{
color: #737881;
}
.AnyTagClassName
{
color: #737881;
}
</style>
background-color css
<style>
a { background-color: #737881; }
a { background-color: rgb(115,120,129); }
div.DivClassName
{
background-color: #737881;
}
.BgClassName
{
background-color: #737881;
}
</style>
border-color css
<style>
span { border-color: #737881; }
span { border-color: rgb(115,120,129); }
td.TdClassName
{
border-color: #737881;
}
.TagClassName
{
border-color: #737881;
}
</style>