Shades of Storm Grey #767686
Tints of Storm Grey #767686
RGB
CMYK
RGB Variations
Color information
#767686 (or 0x767686) is known color: Storm Grey. HEX triplet: 76, 76 and 86. RGB value is (118,118,134). Sum of RGB (Red+Green+Blue) = 118+118+134=370 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.89% from 370); Green value is 118 (46.48% from 255 or 31.89% from 370); Blue value is 134 (52.73% from 255 or 36.22% from 370); Max value from RGB is 134 - color contains mainly: blue. Hex color #767686 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767686 is #898979. Grayscale: #777777. Windows color (decimal): -9013626 or 8812150. OLE color: 8812150.
HSL color Cylindrical-coordinate representation of color #767686: hue angle of 240º 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 #767686 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 118 | 118 | 134 | - |
| CMYK | 0.12 | 0.12 | 0 | 0.47 |
| HSL | 240º | 0.06% | 0.49% | - |
| HSV(B) | 240º | 0.12% | 0.53% | - |
| XYZ | 18.25 | 18.53 | 25.17 | - |
| YUV | 119.82 | 136 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 118 | 134 | 0.12 | 0.12 | 0 | 0.47 | 240 | 0.06 | 0.49 |
| Hex | 76 | 76 | 86 | C | C | 0 | 2F | F0 | 6 | 31 |
| Octal | 166 | 166 | 206 | 14 | 14 | 0 | 57 | 360 | 6 | 61 |
| Binary | 1110110 | 1110110 | 10000110 | 1100 | 1100 | 0 | 101111 | 11110000 | 110 | 110001 |
Color Harmonies of #767686
Complementary color
Monochromatic Colors of #767686
Black with #767686
Text Example
Text Example
White with #767686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767686; }
p { color: rgb(118,118,134); }
H1.HeaderClassName
{
color: #767686;
}
.AnyTagClassName
{
color: #767686;
}
</style>
background-color css
<style>
a { background-color: #767686; }
a { background-color: rgb(118,118,134); }
div.DivClassName
{
background-color: #767686;
}
.BgClassName
{
background-color: #767686;
}
</style>
border-color css
<style>
span { border-color: #767686; }
span { border-color: rgb(118,118,134); }
td.TdClassName
{
border-color: #767686;
}
.TagClassName
{
border-color: #767686;
}
</style>