Shades of Storm Grey #77778B
Tints of Storm Grey #77778B
RGB
CMYK
RGB Variations
Color information
#77778B (or 0x77778B) is known color: Storm Grey. HEX triplet: 77, 77 and 8B. RGB value is (119,119,139). Sum of RGB (Red+Green+Blue) = 119+119+139=377 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.56% from 377); Green value is 119 (46.88% from 255 or 31.56% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 139 - color contains mainly: blue. Hex color #77778B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77778B is #888874. Grayscale: #797979. Windows color (decimal): -8947829 or 9140087. OLE color: 9140087.
HSL color Cylindrical-coordinate representation of color #77778B: hue angle of 240º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #77778B is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 119 | 139 | - |
| CMYK | 0.14 | 0.14 | 0 | 0.45 |
| HSL | 240º | 0.08% | 0.51% | - |
| HSV(B) | 240º | 0.14% | 0.55% | - |
| XYZ | 18.86 | 18.98 | 27.1 | - |
| YUV | 121.28 | 138 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 119 | 139 | 0.14 | 0.14 | 0 | 0.45 | 240 | 0.08 | 0.51 |
| Hex | 77 | 77 | 8B | E | E | 0 | 2D | F0 | 8 | 33 |
| Octal | 167 | 167 | 213 | 16 | 16 | 0 | 55 | 360 | 10 | 63 |
| Binary | 1110111 | 1110111 | 10001011 | 1110 | 1110 | 0 | 101101 | 11110000 | 1000 | 110011 |
Color Harmonies of #77778B
Complementary color
Monochromatic Colors of #77778B
Black with #77778B
Text Example
Text Example
White with #77778B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77778B; }
p { color: rgb(119,119,139); }
H1.HeaderClassName
{
color: #77778B;
}
.AnyTagClassName
{
color: #77778B;
}
</style>
background-color css
<style>
a { background-color: #77778B; }
a { background-color: rgb(119,119,139); }
div.DivClassName
{
background-color: #77778B;
}
.BgClassName
{
background-color: #77778B;
}
</style>
border-color css
<style>
span { border-color: #77778B; }
span { border-color: rgb(119,119,139); }
td.TdClassName
{
border-color: #77778B;
}
.TagClassName
{
border-color: #77778B;
}
</style>