Shades of Storm Grey #767B84
Tints of Storm Grey #767B84
RGB
CMYK
RGB Variations
Color information
#767B84 (or 0x767B84) is known color: Storm Grey. HEX triplet: 76, 7B and 84. RGB value is (118,123,132). Sum of RGB (Red+Green+Blue) = 118+123+132=373 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.64% from 373); Green value is 123 (48.44% from 255 or 32.98% from 373); Blue value is 132 (51.95% from 255 or 35.39% from 373); Max value from RGB is 132 - color contains mainly: blue. Hex color #767B84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767B84 is #89847B. Grayscale: #7A7A7A. Windows color (decimal): -9012348 or 8682358. OLE color: 8682358.
HSL color Cylindrical-coordinate representation of color #767B84: hue angle of 218.57º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #767B84 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 118 | 123 | 132 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.48 |
| HSL | 218.57º | 0.06% | 0.49% | - |
| HSV(B) | 218.57º | 0.11% | 0.52% | - |
| XYZ | 18.72 | 19.68 | 24.64 | - |
| YUV | 122.53 | 133.34 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 123 | 132 | 0.11 | 0.07 | 0 | 0.48 | 218.57 | 0.06 | 0.49 |
| Hex | 76 | 7B | 84 | B | 7 | 0 | 30 | DB | 6 | 31 |
| Octal | 166 | 173 | 204 | 13 | 7 | 0 | 60 | 333 | 6 | 61 |
| Binary | 1110110 | 1111011 | 10000100 | 1011 | 111 | 0 | 110000 | 11011011 | 110 | 110001 |
Color Harmonies of #767B84
Complementary color
Monochromatic Colors of #767B84
Black with #767B84
Text Example
Text Example
White with #767B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767B84; }
p { color: rgb(118,123,132); }
H1.HeaderClassName
{
color: #767B84;
}
.AnyTagClassName
{
color: #767B84;
}
</style>
background-color css
<style>
a { background-color: #767B84; }
a { background-color: rgb(118,123,132); }
div.DivClassName
{
background-color: #767B84;
}
.BgClassName
{
background-color: #767B84;
}
</style>
border-color css
<style>
span { border-color: #767B84; }
span { border-color: rgb(118,123,132); }
td.TdClassName
{
border-color: #767B84;
}
.TagClassName
{
border-color: #767B84;
}
</style>