Shades of Storm Grey #767C8B
Tints of Storm Grey #767C8B
RGB
CMYK
RGB Variations
Color information
#767C8B (or 0x767C8B) is known color: Storm Grey. HEX triplet: 76, 7C and 8B. RGB value is (118,124,139). Sum of RGB (Red+Green+Blue) = 118+124+139=381 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.97% from 381); Green value is 124 (48.83% from 255 or 32.55% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 139 - color contains mainly: blue. Hex color #767C8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767C8B is #898374. Grayscale: #7B7B7B. Windows color (decimal): -9012085 or 9141366. OLE color: 9141366.
HSL color Cylindrical-coordinate representation of color #767C8B: hue angle of 222.86º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #767C8B is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 124 | 139 | - |
| CMYK | 0.15 | 0.11 | 0 | 0.45 |
| HSL | 222.86º | 0.08% | 0.5% | - |
| HSV(B) | 222.86º | 0.15% | 0.55% | - |
| XYZ | 19.34 | 20.13 | 27.29 | - |
| YUV | 123.92 | 136.51 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 124 | 139 | 0.15 | 0.11 | 0 | 0.45 | 222.86 | 0.08 | 0.5 |
| Hex | 76 | 7C | 8B | F | B | 0 | 2D | DF | 8 | 32 |
| Octal | 166 | 174 | 213 | 17 | 13 | 0 | 55 | 337 | 10 | 62 |
| Binary | 1110110 | 1111100 | 10001011 | 1111 | 1011 | 0 | 101101 | 11011111 | 1000 | 110010 |
Color Harmonies of #767C8B
Complementary color
Monochromatic Colors of #767C8B
Black with #767C8B
Text Example
Text Example
White with #767C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767C8B; }
p { color: rgb(118,124,139); }
H1.HeaderClassName
{
color: #767C8B;
}
.AnyTagClassName
{
color: #767C8B;
}
</style>
background-color css
<style>
a { background-color: #767C8B; }
a { background-color: rgb(118,124,139); }
div.DivClassName
{
background-color: #767C8B;
}
.BgClassName
{
background-color: #767C8B;
}
</style>
border-color css
<style>
span { border-color: #767C8B; }
span { border-color: rgb(118,124,139); }
td.TdClassName
{
border-color: #767C8B;
}
.TagClassName
{
border-color: #767C8B;
}
</style>