Shades of Storm Grey #767988
Tints of Storm Grey #767988
RGB
CMYK
RGB Variations
Color information
#767988 (or 0x767988) is known color: Storm Grey. HEX triplet: 76, 79 and 88. RGB value is (118,121,136). Sum of RGB (Red+Green+Blue) = 118+121+136=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 121 (47.66% from 255 or 32.27% from 375); Blue value is 136 (53.52% from 255 or 36.27% from 375); Max value from RGB is 136 - color contains mainly: blue. Hex color #767988 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767988 is #898677. Grayscale: #797979. Windows color (decimal): -9012856 or 8943990. OLE color: 8943990.
HSL color Cylindrical-coordinate representation of color #767988: hue angle of 230º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #767988 is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 118 | 121 | 136 | - |
| CMYK | 0.13 | 0.11 | 0 | 0.47 |
| HSL | 230º | 0.07% | 0.5% | - |
| HSV(B) | 230º | 0.13% | 0.53% | - |
| XYZ | 18.75 | 19.3 | 26.03 | - |
| YUV | 121.81 | 136.01 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 121 | 136 | 0.13 | 0.11 | 0 | 0.47 | 230 | 0.07 | 0.5 |
| Hex | 76 | 79 | 88 | D | B | 0 | 2F | E6 | 7 | 32 |
| Octal | 166 | 171 | 210 | 15 | 13 | 0 | 57 | 346 | 7 | 62 |
| Binary | 1110110 | 1111001 | 10001000 | 1101 | 1011 | 0 | 101111 | 11100110 | 111 | 110010 |
Color Harmonies of #767988
Complementary color
Monochromatic Colors of #767988
Black with #767988
Text Example
Text Example
White with #767988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767988; }
p { color: rgb(118,121,136); }
H1.HeaderClassName
{
color: #767988;
}
.AnyTagClassName
{
color: #767988;
}
</style>
background-color css
<style>
a { background-color: #767988; }
a { background-color: rgb(118,121,136); }
div.DivClassName
{
background-color: #767988;
}
.BgClassName
{
background-color: #767988;
}
</style>
border-color css
<style>
span { border-color: #767988; }
span { border-color: rgb(118,121,136); }
td.TdClassName
{
border-color: #767988;
}
.TagClassName
{
border-color: #767988;
}
</style>