Shades of Storm Grey #76768D
Tints of Storm Grey #76768D
RGB
CMYK
RGB Variations
Color information
#76768D (or 0x76768D) is known color: Storm Grey. HEX triplet: 76, 76 and 8D. RGB value is (118,118,141). Sum of RGB (Red+Green+Blue) = 118+118+141=377 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.30% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 141 - color contains mainly: blue. Hex color #76768D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76768D is #898972. Grayscale: #787878. Windows color (decimal): -9013619 or 9270902. OLE color: 9270902.
HSL color Cylindrical-coordinate representation of color #76768D: hue angle of 240º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #76768D is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 118 | 141 | - |
| CMYK | 0.16 | 0.16 | 0 | 0.45 |
| HSL | 240º | 0.09% | 0.51% | - |
| HSV(B) | 240º | 0.16% | 0.55% | - |
| XYZ | 18.76 | 18.73 | 27.83 | - |
| YUV | 120.62 | 139.5 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 118 | 141 | 0.16 | 0.16 | 0 | 0.45 | 240 | 0.09 | 0.51 |
| Hex | 76 | 76 | 8D | 10 | 10 | 0 | 2D | F0 | 9 | 33 |
| Octal | 166 | 166 | 215 | 20 | 20 | 0 | 55 | 360 | 11 | 63 |
| Binary | 1110110 | 1110110 | 10001101 | 10000 | 10000 | 0 | 101101 | 11110000 | 1001 | 110011 |
Color Harmonies of #76768D
Complementary color
Monochromatic Colors of #76768D
Black with #76768D
Text Example
Text Example
White with #76768D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76768D; }
p { color: rgb(118,118,141); }
H1.HeaderClassName
{
color: #76768D;
}
.AnyTagClassName
{
color: #76768D;
}
</style>
background-color css
<style>
a { background-color: #76768D; }
a { background-color: rgb(118,118,141); }
div.DivClassName
{
background-color: #76768D;
}
.BgClassName
{
background-color: #76768D;
}
</style>
border-color css
<style>
span { border-color: #76768D; }
span { border-color: rgb(118,118,141); }
td.TdClassName
{
border-color: #76768D;
}
.TagClassName
{
border-color: #76768D;
}
</style>