Shades of Storm Grey #757681
Tints of Storm Grey #757681
RGB
CMYK
RGB Variations
Color information
#757681 (or 0x757681) is known color: Storm Grey. HEX triplet: 75, 76 and 81. RGB value is (117,118,129). Sum of RGB (Red+Green+Blue) = 117+118+129=364 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.14% from 364); Green value is 118 (46.48% from 255 or 32.42% 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 #757681 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757681 is #8A897E. Grayscale: #767676. Windows color (decimal): -9079167 or 8484469. OLE color: 8484469.
HSL color Cylindrical-coordinate representation of color #757681: hue angle of 235º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #757681 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 118 | 129 | - |
| CMYK | 0.09 | 0.09 | 0 | 0.49 |
| HSL | 235º | 0.05% | 0.48% | - |
| HSV(B) | 235º | 0.09% | 0.51% | - |
| XYZ | 17.78 | 18.32 | 23.37 | - |
| YUV | 118.96 | 133.67 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 118 | 129 | 0.09 | 0.09 | 0 | 0.49 | 235 | 0.05 | 0.48 |
| Hex | 75 | 76 | 81 | 9 | 9 | 0 | 31 | EB | 5 | 30 |
| Octal | 165 | 166 | 201 | 11 | 11 | 0 | 61 | 353 | 5 | 60 |
| Binary | 1110101 | 1110110 | 10000001 | 1001 | 1001 | 0 | 110001 | 11101011 | 101 | 110000 |
Color Harmonies of #757681
Complementary color
Monochromatic Colors of #757681
Black with #757681
Text Example
Text Example
White with #757681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757681; }
p { color: rgb(117,118,129); }
H1.HeaderClassName
{
color: #757681;
}
.AnyTagClassName
{
color: #757681;
}
</style>
background-color css
<style>
a { background-color: #757681; }
a { background-color: rgb(117,118,129); }
div.DivClassName
{
background-color: #757681;
}
.BgClassName
{
background-color: #757681;
}
</style>
border-color css
<style>
span { border-color: #757681; }
span { border-color: rgb(117,118,129); }
td.TdClassName
{
border-color: #757681;
}
.TagClassName
{
border-color: #757681;
}
</style>