Shades of Storm Grey #767A86
Tints of Storm Grey #767A86
RGB
CMYK
RGB Variations
Color information
#767A86 (or 0x767A86) is known color: Storm Grey. HEX triplet: 76, 7A and 86. RGB value is (118,122,134). Sum of RGB (Red+Green+Blue) = 118+122+134=374 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.55% from 374); Green value is 122 (48.05% from 255 or 32.62% from 374); Blue value is 134 (52.73% from 255 or 35.83% from 374); Max value from RGB is 134 - color contains mainly: blue. Hex color #767A86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767A86 is #898579. Grayscale: #7A7A7A. Windows color (decimal): -9012602 or 8813174. OLE color: 8813174.
HSL color Cylindrical-coordinate representation of color #767A86: hue angle of 225º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #767A86 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 118 | 122 | 134 | - |
| CMYK | 0.12 | 0.09 | 0 | 0.47 |
| HSL | 225º | 0.06% | 0.49% | - |
| HSV(B) | 225º | 0.12% | 0.53% | - |
| XYZ | 18.73 | 19.49 | 25.33 | - |
| YUV | 122.17 | 134.67 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 122 | 134 | 0.12 | 0.09 | 0 | 0.47 | 225 | 0.06 | 0.49 |
| Hex | 76 | 7A | 86 | C | 9 | 0 | 2F | E1 | 6 | 31 |
| Octal | 166 | 172 | 206 | 14 | 11 | 0 | 57 | 341 | 6 | 61 |
| Binary | 1110110 | 1111010 | 10000110 | 1100 | 1001 | 0 | 101111 | 11100001 | 110 | 110001 |
Color Harmonies of #767A86
Complementary color
Monochromatic Colors of #767A86
Black with #767A86
Text Example
Text Example
White with #767A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767A86; }
p { color: rgb(118,122,134); }
H1.HeaderClassName
{
color: #767A86;
}
.AnyTagClassName
{
color: #767A86;
}
</style>
background-color css
<style>
a { background-color: #767A86; }
a { background-color: rgb(118,122,134); }
div.DivClassName
{
background-color: #767A86;
}
.BgClassName
{
background-color: #767A86;
}
</style>
border-color css
<style>
span { border-color: #767A86; }
span { border-color: rgb(118,122,134); }
td.TdClassName
{
border-color: #767A86;
}
.TagClassName
{
border-color: #767A86;
}
</style>