Shades of Storm Grey #767D8D
Tints of Storm Grey #767D8D
RGB
CMYK
RGB Variations
Color information
#767D8D (or 0x767D8D) is known color: Storm Grey. HEX triplet: 76, 7D and 8D. RGB value is (118,125,141). Sum of RGB (Red+Green+Blue) = 118+125+141=384 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.73% from 384); Green value is 125 (49.22% from 255 or 32.55% from 384); Blue value is 141 (55.47% from 255 or 36.72% from 384); Max value from RGB is 141 - color contains mainly: blue. Hex color #767D8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767D8D is #898272. Grayscale: #7C7C7C. Windows color (decimal): -9011827 or 9272694. OLE color: 9272694.
HSL color Cylindrical-coordinate representation of color #767D8D: hue angle of 221.74º 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 #767D8D is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 125 | 141 | - |
| CMYK | 0.16 | 0.11 | 0 | 0.45 |
| HSL | 221.74º | 0.09% | 0.51% | - |
| HSV(B) | 221.74º | 0.16% | 0.55% | - |
| XYZ | 19.61 | 20.44 | 28.11 | - |
| YUV | 124.73 | 137.18 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 125 | 141 | 0.16 | 0.11 | 0 | 0.45 | 221.74 | 0.09 | 0.51 |
| Hex | 76 | 7D | 8D | 10 | B | 0 | 2D | DE | 9 | 33 |
| Octal | 166 | 175 | 215 | 20 | 13 | 0 | 55 | 336 | 11 | 63 |
| Binary | 1110110 | 1111101 | 10001101 | 10000 | 1011 | 0 | 101101 | 11011110 | 1001 | 110011 |
Color Harmonies of #767D8D
Complementary color
Monochromatic Colors of #767D8D
Black with #767D8D
Text Example
Text Example
White with #767D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767D8D; }
p { color: rgb(118,125,141); }
H1.HeaderClassName
{
color: #767D8D;
}
.AnyTagClassName
{
color: #767D8D;
}
</style>
background-color css
<style>
a { background-color: #767D8D; }
a { background-color: rgb(118,125,141); }
div.DivClassName
{
background-color: #767D8D;
}
.BgClassName
{
background-color: #767D8D;
}
</style>
border-color css
<style>
span { border-color: #767D8D; }
span { border-color: rgb(118,125,141); }
td.TdClassName
{
border-color: #767D8D;
}
.TagClassName
{
border-color: #767D8D;
}
</style>