Shades of Storm Grey #767D8B
Tints of Storm Grey #767D8B
RGB
CMYK
RGB Variations
Color information
#767D8B (or 0x767D8B) is known color: Storm Grey. HEX triplet: 76, 7D and 8B. RGB value is (118,125,139). Sum of RGB (Red+Green+Blue) = 118+125+139=382 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.89% from 382); Green value is 125 (49.22% from 255 or 32.72% from 382); Blue value is 139 (54.69% from 255 or 36.39% from 382); Max value from RGB is 139 - color contains mainly: blue. Hex color #767D8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767D8B is #898274. Grayscale: #7C7C7C. Windows color (decimal): -9011829 or 9141622. OLE color: 9141622.
HSL color Cylindrical-coordinate representation of color #767D8B: hue angle of 220º 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 #767D8B is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 125 | 139 | - |
| CMYK | 0.15 | 0.10 | 0 | 0.45 |
| HSL | 220º | 0.08% | 0.5% | - |
| HSV(B) | 220º | 0.15% | 0.55% | - |
| XYZ | 19.47 | 20.38 | 27.33 | - |
| YUV | 124.5 | 136.18 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 125 | 139 | 0.15 | 0.10 | 0 | 0.45 | 220 | 0.08 | 0.5 |
| Hex | 76 | 7D | 8B | F | A | 0 | 2D | DC | 8 | 32 |
| Octal | 166 | 175 | 213 | 17 | 12 | 0 | 55 | 334 | 10 | 62 |
| Binary | 1110110 | 1111101 | 10001011 | 1111 | 1010 | 0 | 101101 | 11011100 | 1000 | 110010 |
Color Harmonies of #767D8B
Complementary color
Monochromatic Colors of #767D8B
Black with #767D8B
Text Example
Text Example
White with #767D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767D8B; }
p { color: rgb(118,125,139); }
H1.HeaderClassName
{
color: #767D8B;
}
.AnyTagClassName
{
color: #767D8B;
}
</style>
background-color css
<style>
a { background-color: #767D8B; }
a { background-color: rgb(118,125,139); }
div.DivClassName
{
background-color: #767D8B;
}
.BgClassName
{
background-color: #767D8B;
}
</style>
border-color css
<style>
span { border-color: #767D8B; }
span { border-color: rgb(118,125,139); }
td.TdClassName
{
border-color: #767D8B;
}
.TagClassName
{
border-color: #767D8B;
}
</style>