Shades of Storm Grey #757B8A
Tints of Storm Grey #757B8A
RGB
CMYK
RGB Variations
Color information
#757B8A (or 0x757B8A) is known color: Storm Grey. HEX triplet: 75, 7B and 8A. RGB value is (117,123,138). Sum of RGB (Red+Green+Blue) = 117+123+138=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 138 (54.30% from 255 or 36.51% from 378); Max value from RGB is 138 - color contains mainly: blue. Hex color #757B8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757B8A is #8A8475. Grayscale: #7A7A7A. Windows color (decimal): -9077878 or 9075573. OLE color: 9075573.
HSL color Cylindrical-coordinate representation of color #757B8A: hue angle of 222.86º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #757B8A is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 123 | 138 | - |
| CMYK | 0.15 | 0.11 | 0 | 0.46 |
| HSL | 222.86º | 0.08% | 0.5% | - |
| HSV(B) | 222.86º | 0.15% | 0.54% | - |
| XYZ | 19.01 | 19.78 | 26.86 | - |
| YUV | 122.92 | 136.51 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 123 | 138 | 0.15 | 0.11 | 0 | 0.46 | 222.86 | 0.08 | 0.5 |
| Hex | 75 | 7B | 8A | F | B | 0 | 2E | DF | 8 | 32 |
| Octal | 165 | 173 | 212 | 17 | 13 | 0 | 56 | 337 | 10 | 62 |
| Binary | 1110101 | 1111011 | 10001010 | 1111 | 1011 | 0 | 101110 | 11011111 | 1000 | 110010 |
Color Harmonies of #757B8A
Complementary color
Monochromatic Colors of #757B8A
Black with #757B8A
Text Example
Text Example
White with #757B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757B8A; }
p { color: rgb(117,123,138); }
H1.HeaderClassName
{
color: #757B8A;
}
.AnyTagClassName
{
color: #757B8A;
}
</style>
background-color css
<style>
a { background-color: #757B8A; }
a { background-color: rgb(117,123,138); }
div.DivClassName
{
background-color: #757B8A;
}
.BgClassName
{
background-color: #757B8A;
}
</style>
border-color css
<style>
span { border-color: #757B8A; }
span { border-color: rgb(117,123,138); }
td.TdClassName
{
border-color: #757B8A;
}
.TagClassName
{
border-color: #757B8A;
}
</style>