Shades of Storm Grey #757781
Tints of Storm Grey #757781
RGB
CMYK
RGB Variations
Color information
#757781 (or 0x757781) is known color: Storm Grey. HEX triplet: 75, 77 and 81. RGB value is (117,119,129). Sum of RGB (Red+Green+Blue) = 117+119+129=365 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.05% from 365); Green value is 119 (46.88% from 255 or 32.60% from 365); Blue value is 129 (50.78% from 255 or 35.34% from 365); Max value from RGB is 129 - color contains mainly: blue. Hex color #757781 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757781 is #8A887E. Grayscale: #777777. Windows color (decimal): -9078911 or 8484725. OLE color: 8484725.
HSL color Cylindrical-coordinate representation of color #757781: hue angle of 230º degrees, saturation: 0.05, 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 #757781 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 119 | 129 | - |
| CMYK | 0.09 | 0.08 | 0 | 0.49 |
| HSL | 230º | 0.05% | 0.48% | - |
| HSV(B) | 230º | 0.09% | 0.51% | - |
| XYZ | 17.9 | 18.56 | 23.41 | - |
| YUV | 119.54 | 133.34 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 119 | 129 | 0.09 | 0.08 | 0 | 0.49 | 230 | 0.05 | 0.48 |
| Hex | 75 | 77 | 81 | 9 | 8 | 0 | 31 | E6 | 5 | 30 |
| Octal | 165 | 167 | 201 | 11 | 10 | 0 | 61 | 346 | 5 | 60 |
| Binary | 1110101 | 1110111 | 10000001 | 1001 | 1000 | 0 | 110001 | 11100110 | 101 | 110000 |
Color Harmonies of #757781
Complementary color
Monochromatic Colors of #757781
Black with #757781
Text Example
Text Example
White with #757781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757781; }
p { color: rgb(117,119,129); }
H1.HeaderClassName
{
color: #757781;
}
.AnyTagClassName
{
color: #757781;
}
</style>
background-color css
<style>
a { background-color: #757781; }
a { background-color: rgb(117,119,129); }
div.DivClassName
{
background-color: #757781;
}
.BgClassName
{
background-color: #757781;
}
</style>
border-color css
<style>
span { border-color: #757781; }
span { border-color: rgb(117,119,129); }
td.TdClassName
{
border-color: #757781;
}
.TagClassName
{
border-color: #757781;
}
</style>