Shades of Storm Grey #767A8E
Tints of Storm Grey #767A8E
RGB
CMYK
RGB Variations
Color information
#767A8E (or 0x767A8E) is known color: Storm Grey. HEX triplet: 76, 7A and 8E. RGB value is (118,122,142). Sum of RGB (Red+Green+Blue) = 118+122+142=382 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.89% from 382); Green value is 122 (48.05% from 255 or 31.94% from 382); Blue value is 142 (55.86% from 255 or 37.17% from 382); Max value from RGB is 142 - color contains mainly: blue. Hex color #767A8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767A8E is #898571. Grayscale: #7B7B7B. Windows color (decimal): -9012594 or 9337462. OLE color: 9337462.
HSL color Cylindrical-coordinate representation of color #767A8E: hue angle of 230º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #767A8E is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 118 | 122 | 142 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.44 |
| HSL | 230º | 0.1% | 0.51% | - |
| HSV(B) | 230º | 0.17% | 0.56% | - |
| XYZ | 19.31 | 19.72 | 28.38 | - |
| YUV | 123.08 | 138.67 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 122 | 142 | 0.17 | 0.14 | 0 | 0.44 | 230 | 0.1 | 0.51 |
| Hex | 76 | 7A | 8E | 11 | E | 0 | 2C | E6 | A | 33 |
| Octal | 166 | 172 | 216 | 21 | 16 | 0 | 54 | 346 | 12 | 63 |
| Binary | 1110110 | 1111010 | 10001110 | 10001 | 1110 | 0 | 101100 | 11100110 | 1010 | 110011 |
Color Harmonies of #767A8E
Complementary color
Monochromatic Colors of #767A8E
Black with #767A8E
Text Example
Text Example
White with #767A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767A8E; }
p { color: rgb(118,122,142); }
H1.HeaderClassName
{
color: #767A8E;
}
.AnyTagClassName
{
color: #767A8E;
}
</style>
background-color css
<style>
a { background-color: #767A8E; }
a { background-color: rgb(118,122,142); }
div.DivClassName
{
background-color: #767A8E;
}
.BgClassName
{
background-color: #767A8E;
}
</style>
border-color css
<style>
span { border-color: #767A8E; }
span { border-color: rgb(118,122,142); }
td.TdClassName
{
border-color: #767A8E;
}
.TagClassName
{
border-color: #767A8E;
}
</style>