Shades of Storm Grey #757683
Tints of Storm Grey #757683
RGB
CMYK
RGB Variations
Color information
#757683 (or 0x757683) is known color: Storm Grey. HEX triplet: 75, 76 and 83. RGB value is (117,118,131). Sum of RGB (Red+Green+Blue) = 117+118+131=366 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.97% from 366); Green value is 118 (46.48% from 255 or 32.24% from 366); Blue value is 131 (51.56% from 255 or 35.79% from 366); Max value from RGB is 131 - color contains mainly: blue. Hex color #757683 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757683 is #8A897C. Grayscale: #777777. Windows color (decimal): -9079165 or 8615541. OLE color: 8615541.
HSL color Cylindrical-coordinate representation of color #757683: hue angle of 235.71º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #757683 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 118 | 131 | - |
| CMYK | 0.11 | 0.10 | 0 | 0.49 |
| HSL | 235.71º | 0.06% | 0.49% | - |
| HSV(B) | 235.71º | 0.11% | 0.51% | - |
| XYZ | 17.91 | 18.38 | 24.08 | - |
| YUV | 119.18 | 134.67 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 118 | 131 | 0.11 | 0.10 | 0 | 0.49 | 235.71 | 0.06 | 0.49 |
| Hex | 75 | 76 | 83 | B | A | 0 | 31 | EC | 6 | 31 |
| Octal | 165 | 166 | 203 | 13 | 12 | 0 | 61 | 354 | 6 | 61 |
| Binary | 1110101 | 1110110 | 10000011 | 1011 | 1010 | 0 | 110001 | 11101100 | 110 | 110001 |
Color Harmonies of #757683
Complementary color
Monochromatic Colors of #757683
Black with #757683
Text Example
Text Example
White with #757683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757683; }
p { color: rgb(117,118,131); }
H1.HeaderClassName
{
color: #757683;
}
.AnyTagClassName
{
color: #757683;
}
</style>
background-color css
<style>
a { background-color: #757683; }
a { background-color: rgb(117,118,131); }
div.DivClassName
{
background-color: #757683;
}
.BgClassName
{
background-color: #757683;
}
</style>
border-color css
<style>
span { border-color: #757683; }
span { border-color: rgb(117,118,131); }
td.TdClassName
{
border-color: #757683;
}
.TagClassName
{
border-color: #757683;
}
</style>