Shades of Storm Grey #767881
Tints of Storm Grey #767881
RGB
CMYK
RGB Variations
Color information
#767881 (or 0x767881) is known color: Storm Grey. HEX triplet: 76, 78 and 81. RGB value is (118,120,129). Sum of RGB (Red+Green+Blue) = 118+120+129=367 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.15% from 367); Green value is 120 (47.27% from 255 or 32.70% from 367); Blue value is 129 (50.78% from 255 or 35.15% from 367); Max value from RGB is 129 - color contains mainly: blue. Hex color #767881 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767881 is #89877E. Grayscale: #787878. Windows color (decimal): -9013119 or 8484982. OLE color: 8484982.
HSL color Cylindrical-coordinate representation of color #767881: hue angle of 229.09º degrees, saturation: 0.04, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #767881 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 118 | 120 | 129 | - |
| CMYK | 0.09 | 0.07 | 0 | 0.49 |
| HSL | 229.09º | 0.04% | 0.48% | - |
| HSV(B) | 229.09º | 0.09% | 0.51% | - |
| XYZ | 18.15 | 18.87 | 23.45 | - |
| YUV | 120.43 | 132.84 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 120 | 129 | 0.09 | 0.07 | 0 | 0.49 | 229.09 | 0.04 | 0.48 |
| Hex | 76 | 78 | 81 | 9 | 7 | 0 | 31 | E5 | 4 | 30 |
| Octal | 166 | 170 | 201 | 11 | 7 | 0 | 61 | 345 | 4 | 60 |
| Binary | 1110110 | 1111000 | 10000001 | 1001 | 111 | 0 | 110001 | 11100101 | 100 | 110000 |
Color Harmonies of #767881
Complementary color
Monochromatic Colors of #767881
Black with #767881
Text Example
Text Example
White with #767881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767881; }
p { color: rgb(118,120,129); }
H1.HeaderClassName
{
color: #767881;
}
.AnyTagClassName
{
color: #767881;
}
</style>
background-color css
<style>
a { background-color: #767881; }
a { background-color: rgb(118,120,129); }
div.DivClassName
{
background-color: #767881;
}
.BgClassName
{
background-color: #767881;
}
</style>
border-color css
<style>
span { border-color: #767881; }
span { border-color: rgb(118,120,129); }
td.TdClassName
{
border-color: #767881;
}
.TagClassName
{
border-color: #767881;
}
</style>