Shades of Storm Grey #767B92
Tints of Storm Grey #767B92
RGB
CMYK
RGB Variations
Color information
#767B92 (or 0x767B92) is known color: Storm Grey. HEX triplet: 76, 7B and 92. RGB value is (118,123,146). Sum of RGB (Red+Green+Blue) = 118+123+146=387 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.49% from 387); Green value is 123 (48.44% from 255 or 31.78% from 387); Blue value is 146 (57.42% from 255 or 37.73% from 387); Max value from RGB is 146 - color contains mainly: blue. Hex color #767B92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767B92 is #89846D. Grayscale: #7C7C7C. Windows color (decimal): -9012334 or 9599862. OLE color: 9599862.
HSL color Cylindrical-coordinate representation of color #767B92: hue angle of 229.29º 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 #767B92 is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 118 | 123 | 146 | - |
| CMYK | 0.19 | 0.16 | 0 | 0.43 |
| HSL | 229.29º | 0.11% | 0.52% | - |
| HSV(B) | 229.29º | 0.19% | 0.57% | - |
| XYZ | 19.74 | 20.09 | 30.03 | - |
| YUV | 124.13 | 140.34 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 123 | 146 | 0.19 | 0.16 | 0 | 0.43 | 229.29 | 0.11 | 0.52 |
| Hex | 76 | 7B | 92 | 13 | 10 | 0 | 2B | E5 | B | 34 |
| Octal | 166 | 173 | 222 | 23 | 20 | 0 | 53 | 345 | 13 | 64 |
| Binary | 1110110 | 1111011 | 10010010 | 10011 | 10000 | 0 | 101011 | 11100101 | 1011 | 110100 |
Color Harmonies of #767B92
Complementary color
Monochromatic Colors of #767B92
Black with #767B92
Text Example
Text Example
White with #767B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767B92; }
p { color: rgb(118,123,146); }
H1.HeaderClassName
{
color: #767B92;
}
.AnyTagClassName
{
color: #767B92;
}
</style>
background-color css
<style>
a { background-color: #767B92; }
a { background-color: rgb(118,123,146); }
div.DivClassName
{
background-color: #767B92;
}
.BgClassName
{
background-color: #767B92;
}
</style>
border-color css
<style>
span { border-color: #767B92; }
span { border-color: rgb(118,123,146); }
td.TdClassName
{
border-color: #767B92;
}
.TagClassName
{
border-color: #767B92;
}
</style>