Shades of Storm Grey #76798B
Tints of Storm Grey #76798B
RGB
CMYK
RGB Variations
Color information
#76798B (or 0x76798B) is known color: Storm Grey. HEX triplet: 76, 79 and 8B. RGB value is (118,121,139). Sum of RGB (Red+Green+Blue) = 118+121+139=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 139 - color contains mainly: blue. Hex color #76798B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76798B is #898674. Grayscale: #7A7A7A. Windows color (decimal): -9012853 or 9140598. OLE color: 9140598.
HSL color Cylindrical-coordinate representation of color #76798B: hue angle of 231.43º 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 #76798B is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 121 | 139 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.45 |
| HSL | 231.43º | 0.08% | 0.5% | - |
| HSV(B) | 231.43º | 0.15% | 0.55% | - |
| XYZ | 18.97 | 19.39 | 27.17 | - |
| YUV | 122.16 | 137.51 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 121 | 139 | 0.15 | 0.13 | 0 | 0.45 | 231.43 | 0.08 | 0.5 |
| Hex | 76 | 79 | 8B | F | D | 0 | 2D | E7 | 8 | 32 |
| Octal | 166 | 171 | 213 | 17 | 15 | 0 | 55 | 347 | 10 | 62 |
| Binary | 1110110 | 1111001 | 10001011 | 1111 | 1101 | 0 | 101101 | 11100111 | 1000 | 110010 |
Color Harmonies of #76798B
Complementary color
Monochromatic Colors of #76798B
Black with #76798B
Text Example
Text Example
White with #76798B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76798B; }
p { color: rgb(118,121,139); }
H1.HeaderClassName
{
color: #76798B;
}
.AnyTagClassName
{
color: #76798B;
}
</style>
background-color css
<style>
a { background-color: #76798B; }
a { background-color: rgb(118,121,139); }
div.DivClassName
{
background-color: #76798B;
}
.BgClassName
{
background-color: #76798B;
}
</style>
border-color css
<style>
span { border-color: #76798B; }
span { border-color: rgb(118,121,139); }
td.TdClassName
{
border-color: #76798B;
}
.TagClassName
{
border-color: #76798B;
}
</style>