Shades of Storm Grey #767C91
Tints of Storm Grey #767C91
RGB
CMYK
RGB Variations
Color information
#767C91 (or 0x767C91) is known color: Storm Grey. HEX triplet: 76, 7C and 91. RGB value is (118,124,145). Sum of RGB (Red+Green+Blue) = 118+124+145=387 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.49% from 387); Green value is 124 (48.83% from 255 or 32.04% from 387); Blue value is 145 (57.03% from 255 or 37.47% from 387); Max value from RGB is 145 - color contains mainly: blue. Hex color #767C91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767C91 is #89836E. Grayscale: #7C7C7C. Windows color (decimal): -9012079 or 9534582. OLE color: 9534582.
HSL color Cylindrical-coordinate representation of color #767C91: hue angle of 226.67º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #767C91 is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 118 | 124 | 145 | - |
| CMYK | 0.19 | 0.14 | 0 | 0.43 |
| HSL | 226.67º | 0.11% | 0.52% | - |
| HSV(B) | 226.67º | 0.19% | 0.57% | - |
| XYZ | 19.79 | 20.31 | 29.67 | - |
| YUV | 124.6 | 139.51 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 124 | 145 | 0.19 | 0.14 | 0 | 0.43 | 226.67 | 0.11 | 0.52 |
| Hex | 76 | 7C | 91 | 13 | E | 0 | 2B | E3 | B | 34 |
| Octal | 166 | 174 | 221 | 23 | 16 | 0 | 53 | 343 | 13 | 64 |
| Binary | 1110110 | 1111100 | 10010001 | 10011 | 1110 | 0 | 101011 | 11100011 | 1011 | 110100 |
Color Harmonies of #767C91
Complementary color
Monochromatic Colors of #767C91
Black with #767C91
Text Example
Text Example
White with #767C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767C91; }
p { color: rgb(118,124,145); }
H1.HeaderClassName
{
color: #767C91;
}
.AnyTagClassName
{
color: #767C91;
}
</style>
background-color css
<style>
a { background-color: #767C91; }
a { background-color: rgb(118,124,145); }
div.DivClassName
{
background-color: #767C91;
}
.BgClassName
{
background-color: #767C91;
}
</style>
border-color css
<style>
span { border-color: #767C91; }
span { border-color: rgb(118,124,145); }
td.TdClassName
{
border-color: #767C91;
}
.TagClassName
{
border-color: #767C91;
}
</style>