Shades of Storm Grey #767B89
Tints of Storm Grey #767B89
RGB
CMYK
RGB Variations
Color information
#767B89 (or 0x767B89) is known color: Storm Grey. HEX triplet: 76, 7B and 89. RGB value is (118,123,137). Sum of RGB (Red+Green+Blue) = 118+123+137=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 137 (53.91% from 255 or 36.24% from 378); Max value from RGB is 137 - color contains mainly: blue. Hex color #767B89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767B89 is #898476. Grayscale: #7B7B7B. Windows color (decimal): -9012343 or 9010038. OLE color: 9010038.
HSL color Cylindrical-coordinate representation of color #767B89: hue angle of 224.21º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #767B89 is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 118 | 123 | 137 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.46 |
| HSL | 224.21º | 0.07% | 0.5% | - |
| HSV(B) | 224.21º | 0.14% | 0.54% | - |
| XYZ | 19.07 | 19.82 | 26.49 | - |
| YUV | 123.1 | 135.84 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 123 | 137 | 0.14 | 0.10 | 0 | 0.46 | 224.21 | 0.07 | 0.5 |
| Hex | 76 | 7B | 89 | E | A | 0 | 2E | E0 | 7 | 32 |
| Octal | 166 | 173 | 211 | 16 | 12 | 0 | 56 | 340 | 7 | 62 |
| Binary | 1110110 | 1111011 | 10001001 | 1110 | 1010 | 0 | 101110 | 11100000 | 111 | 110010 |
Color Harmonies of #767B89
Complementary color
Monochromatic Colors of #767B89
Black with #767B89
Text Example
Text Example
White with #767B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767B89; }
p { color: rgb(118,123,137); }
H1.HeaderClassName
{
color: #767B89;
}
.AnyTagClassName
{
color: #767B89;
}
</style>
background-color css
<style>
a { background-color: #767B89; }
a { background-color: rgb(118,123,137); }
div.DivClassName
{
background-color: #767B89;
}
.BgClassName
{
background-color: #767B89;
}
</style>
border-color css
<style>
span { border-color: #767B89; }
span { border-color: rgb(118,123,137); }
td.TdClassName
{
border-color: #767B89;
}
.TagClassName
{
border-color: #767B89;
}
</style>