Shades of Storm Grey #71768A
Tints of Storm Grey #71768A
RGB
CMYK
RGB Variations
Color information
#71768A (or 0x71768A) is known color: Storm Grey. HEX triplet: 71, 76 and 8A. RGB value is (113,118,138). Sum of RGB (Red+Green+Blue) = 113+118+138=369 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.62% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 138 (54.30% from 255 or 37.40% from 369); Max value from RGB is 138 - color contains mainly: blue. Hex color #71768A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71768A is #8E8975. Grayscale: #767676. Windows color (decimal): -9341302 or 9074289. OLE color: 9074289.
HSL color Cylindrical-coordinate representation of color #71768A: hue angle of 228º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #71768A is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 113 | 118 | 138 | - |
| CMYK | 0.18 | 0.14 | 0 | 0.46 |
| HSL | 228º | 0.1% | 0.49% | - |
| HSV(B) | 228º | 0.18% | 0.54% | - |
| XYZ | 17.88 | 18.3 | 26.64 | - |
| YUV | 118.79 | 138.84 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 118 | 138 | 0.18 | 0.14 | 0 | 0.46 | 228 | 0.1 | 0.49 |
| Hex | 71 | 76 | 8A | 12 | E | 0 | 2E | E4 | A | 31 |
| Octal | 161 | 166 | 212 | 22 | 16 | 0 | 56 | 344 | 12 | 61 |
| Binary | 1110001 | 1110110 | 10001010 | 10010 | 1110 | 0 | 101110 | 11100100 | 1010 | 110001 |
Color Harmonies of #71768A
Complementary color
Monochromatic Colors of #71768A
Black with #71768A
Text Example
Text Example
White with #71768A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71768A; }
p { color: rgb(113,118,138); }
H1.HeaderClassName
{
color: #71768A;
}
.AnyTagClassName
{
color: #71768A;
}
</style>
background-color css
<style>
a { background-color: #71768A; }
a { background-color: rgb(113,118,138); }
div.DivClassName
{
background-color: #71768A;
}
.BgClassName
{
background-color: #71768A;
}
</style>
border-color css
<style>
span { border-color: #71768A; }
span { border-color: rgb(113,118,138); }
td.TdClassName
{
border-color: #71768A;
}
.TagClassName
{
border-color: #71768A;
}
</style>