Shades of Storm Grey #767895
Tints of Storm Grey #767895
RGB
CMYK
RGB Variations
Color information
#767895 (or 0x767895) is known color: Storm Grey. HEX triplet: 76, 78 and 95. RGB value is (118,120,149). Sum of RGB (Red+Green+Blue) = 118+120+149=387 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.49% from 387); Green value is 120 (47.27% from 255 or 31.01% from 387); Blue value is 149 (58.59% from 255 or 38.50% from 387); Max value from RGB is 149 - color contains mainly: blue. Hex color #767895 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767895 is #89876A. Grayscale: #7A7A7A. Windows color (decimal): -9013099 or 9795702. OLE color: 9795702.
HSL color Cylindrical-coordinate representation of color #767895: hue angle of 236.13º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #767895 is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 120 | 149 | - |
| CMYK | 0.21 | 0.19 | 0 | 0.42 |
| HSL | 236.13º | 0.13% | 0.52% | - |
| HSV(B) | 236.13º | 0.21% | 0.58% | - |
| XYZ | 19.61 | 19.45 | 31.16 | - |
| YUV | 122.71 | 142.84 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 120 | 149 | 0.21 | 0.19 | 0 | 0.42 | 236.13 | 0.13 | 0.52 |
| Hex | 76 | 78 | 95 | 15 | 13 | 0 | 2A | EC | D | 34 |
| Octal | 166 | 170 | 225 | 25 | 23 | 0 | 52 | 354 | 15 | 64 |
| Binary | 1110110 | 1111000 | 10010101 | 10101 | 10011 | 0 | 101010 | 11101100 | 1101 | 110100 |
Color Harmonies of #767895
Complementary color
Monochromatic Colors of #767895
Black with #767895
Text Example
Text Example
White with #767895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767895; }
p { color: rgb(118,120,149); }
H1.HeaderClassName
{
color: #767895;
}
.AnyTagClassName
{
color: #767895;
}
</style>
background-color css
<style>
a { background-color: #767895; }
a { background-color: rgb(118,120,149); }
div.DivClassName
{
background-color: #767895;
}
.BgClassName
{
background-color: #767895;
}
</style>
border-color css
<style>
span { border-color: #767895; }
span { border-color: rgb(118,120,149); }
td.TdClassName
{
border-color: #767895;
}
.TagClassName
{
border-color: #767895;
}
</style>