Shades of Storm Grey #767B91
Tints of Storm Grey #767B91
RGB
CMYK
RGB Variations
Color information
#767B91 (or 0x767B91) is known color: Storm Grey. HEX triplet: 76, 7B and 91. RGB value is (118,123,145). Sum of RGB (Red+Green+Blue) = 118+123+145=386 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.57% from 386); Green value is 123 (48.44% from 255 or 31.87% from 386); Blue value is 145 (57.03% from 255 or 37.56% from 386); Max value from RGB is 145 - color contains mainly: blue. Hex color #767B91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767B91 is #89846E. Grayscale: #7B7B7B. Windows color (decimal): -9012335 or 9534326. OLE color: 9534326.
HSL color Cylindrical-coordinate representation of color #767B91: hue angle of 228.89º 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 #767B91 is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 118 | 123 | 145 | - |
| CMYK | 0.19 | 0.15 | 0 | 0.43 |
| HSL | 228.89º | 0.11% | 0.52% | - |
| HSV(B) | 228.89º | 0.19% | 0.57% | - |
| XYZ | 19.67 | 20.06 | 29.62 | - |
| YUV | 124.01 | 139.84 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 123 | 145 | 0.19 | 0.15 | 0 | 0.43 | 228.89 | 0.11 | 0.52 |
| Hex | 76 | 7B | 91 | 13 | F | 0 | 2B | E5 | B | 34 |
| Octal | 166 | 173 | 221 | 23 | 17 | 0 | 53 | 345 | 13 | 64 |
| Binary | 1110110 | 1111011 | 10010001 | 10011 | 1111 | 0 | 101011 | 11100101 | 1011 | 110100 |
Color Harmonies of #767B91
Complementary color
Monochromatic Colors of #767B91
Black with #767B91
Text Example
Text Example
White with #767B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767B91; }
p { color: rgb(118,123,145); }
H1.HeaderClassName
{
color: #767B91;
}
.AnyTagClassName
{
color: #767B91;
}
</style>
background-color css
<style>
a { background-color: #767B91; }
a { background-color: rgb(118,123,145); }
div.DivClassName
{
background-color: #767B91;
}
.BgClassName
{
background-color: #767B91;
}
</style>
border-color css
<style>
span { border-color: #767B91; }
span { border-color: rgb(118,123,145); }
td.TdClassName
{
border-color: #767B91;
}
.TagClassName
{
border-color: #767B91;
}
</style>