Shades of Storm Grey #737680
Tints of Storm Grey #737680
RGB
CMYK
RGB Variations
Color information
#737680 (or 0x737680) is known color: Storm Grey. HEX triplet: 73, 76 and 80. RGB value is (115,118,128). Sum of RGB (Red+Green+Blue) = 115+118+128=361 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.86% from 361); Green value is 118 (46.48% from 255 or 32.69% from 361); Blue value is 128 (50.39% from 255 or 35.46% from 361); Max value from RGB is 128 - color contains mainly: blue. Hex color #737680 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737680 is #8C897F. Grayscale: #767676. Windows color (decimal): -9210240 or 8418931. OLE color: 8418931.
HSL color Cylindrical-coordinate representation of color #737680: hue angle of 226.15º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #737680 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 115 | 118 | 128 | - |
| CMYK | 0.10 | 0.08 | 0 | 0.50 |
| HSL | 226.15º | 0.05% | 0.48% | - |
| HSV(B) | 226.15º | 0.1% | 0.5% | - |
| XYZ | 17.44 | 18.16 | 23.01 | - |
| YUV | 118.24 | 133.51 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 118 | 128 | 0.10 | 0.08 | 0 | 0.50 | 226.15 | 0.05 | 0.48 |
| Hex | 73 | 76 | 80 | A | 8 | 0 | 32 | E2 | 5 | 30 |
| Octal | 163 | 166 | 200 | 12 | 10 | 0 | 62 | 342 | 5 | 60 |
| Binary | 1110011 | 1110110 | 10000000 | 1010 | 1000 | 0 | 110010 | 11100010 | 101 | 110000 |
Color Harmonies of #737680
Complementary color
Monochromatic Colors of #737680
Black with #737680
Text Example
Text Example
White with #737680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737680; }
p { color: rgb(115,118,128); }
H1.HeaderClassName
{
color: #737680;
}
.AnyTagClassName
{
color: #737680;
}
</style>
background-color css
<style>
a { background-color: #737680; }
a { background-color: rgb(115,118,128); }
div.DivClassName
{
background-color: #737680;
}
.BgClassName
{
background-color: #737680;
}
</style>
border-color css
<style>
span { border-color: #737680; }
span { border-color: rgb(115,118,128); }
td.TdClassName
{
border-color: #737680;
}
.TagClassName
{
border-color: #737680;
}
</style>