Shades of Storm Grey #777B83
Tints of Storm Grey #777B83
RGB
CMYK
RGB Variations
Color information
#777B83 (or 0x777B83) is known color: Storm Grey. HEX triplet: 77, 7B and 83. RGB value is (119,123,131). Sum of RGB (Red+Green+Blue) = 119+123+131=373 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.90% from 373); Green value is 123 (48.44% from 255 or 32.98% from 373); Blue value is 131 (51.56% from 255 or 35.12% from 373); Max value from RGB is 131 - color contains mainly: blue. Hex color #777B83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777B83 is #88847C. Grayscale: #7A7A7A. Windows color (decimal): -8946813 or 8616823. OLE color: 8616823.
HSL color Cylindrical-coordinate representation of color #777B83: hue angle of 220º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #777B83 is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 123 | 131 | - |
| CMYK | 0.09 | 0.06 | 0 | 0.49 |
| HSL | 220º | 0.05% | 0.49% | - |
| HSV(B) | 220º | 0.09% | 0.51% | - |
| XYZ | 18.79 | 19.73 | 24.29 | - |
| YUV | 122.72 | 132.67 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 123 | 131 | 0.09 | 0.06 | 0 | 0.49 | 220 | 0.05 | 0.49 |
| Hex | 77 | 7B | 83 | 9 | 6 | 0 | 31 | DC | 5 | 31 |
| Octal | 167 | 173 | 203 | 11 | 6 | 0 | 61 | 334 | 5 | 61 |
| Binary | 1110111 | 1111011 | 10000011 | 1001 | 110 | 0 | 110001 | 11011100 | 101 | 110001 |
Color Harmonies of #777B83
Complementary color
Monochromatic Colors of #777B83
Black with #777B83
Text Example
Text Example
White with #777B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777B83; }
p { color: rgb(119,123,131); }
H1.HeaderClassName
{
color: #777B83;
}
.AnyTagClassName
{
color: #777B83;
}
</style>
background-color css
<style>
a { background-color: #777B83; }
a { background-color: rgb(119,123,131); }
div.DivClassName
{
background-color: #777B83;
}
.BgClassName
{
background-color: #777B83;
}
</style>
border-color css
<style>
span { border-color: #777B83; }
span { border-color: rgb(119,123,131); }
td.TdClassName
{
border-color: #777B83;
}
.TagClassName
{
border-color: #777B83;
}
</style>