Shades of Storm Grey #767788
Tints of Storm Grey #767788
RGB
CMYK
RGB Variations
Color information
#767788 (or 0x767788) is known color: Storm Grey. HEX triplet: 76, 77 and 88. RGB value is (118,119,136). Sum of RGB (Red+Green+Blue) = 118+119+136=373 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.64% from 373); Green value is 119 (46.88% from 255 or 31.90% from 373); Blue value is 136 (53.52% from 255 or 36.46% from 373); Max value from RGB is 136 - color contains mainly: blue. Hex color #767788 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767788 is #898877. Grayscale: #787878. Windows color (decimal): -9013368 or 8943478. OLE color: 8943478.
HSL color Cylindrical-coordinate representation of color #767788: hue angle of 236.67º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #767788 is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 118 | 119 | 136 | - |
| CMYK | 0.13 | 0.12 | 0 | 0.47 |
| HSL | 236.67º | 0.07% | 0.5% | - |
| HSV(B) | 236.67º | 0.13% | 0.53% | - |
| XYZ | 18.51 | 18.82 | 25.95 | - |
| YUV | 120.64 | 136.67 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 119 | 136 | 0.13 | 0.12 | 0 | 0.47 | 236.67 | 0.07 | 0.5 |
| Hex | 76 | 77 | 88 | D | C | 0 | 2F | ED | 7 | 32 |
| Octal | 166 | 167 | 210 | 15 | 14 | 0 | 57 | 355 | 7 | 62 |
| Binary | 1110110 | 1110111 | 10001000 | 1101 | 1100 | 0 | 101111 | 11101101 | 111 | 110010 |
Color Harmonies of #767788
Complementary color
Monochromatic Colors of #767788
Black with #767788
Text Example
Text Example
White with #767788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767788; }
p { color: rgb(118,119,136); }
H1.HeaderClassName
{
color: #767788;
}
.AnyTagClassName
{
color: #767788;
}
</style>
background-color css
<style>
a { background-color: #767788; }
a { background-color: rgb(118,119,136); }
div.DivClassName
{
background-color: #767788;
}
.BgClassName
{
background-color: #767788;
}
</style>
border-color css
<style>
span { border-color: #767788; }
span { border-color: rgb(118,119,136); }
td.TdClassName
{
border-color: #767788;
}
.TagClassName
{
border-color: #767788;
}
</style>