Shades of Storm Grey #72768A
Tints of Storm Grey #72768A
RGB
CMYK
RGB Variations
Color information
#72768A (or 0x72768A) is known color: Storm Grey. HEX triplet: 72, 76 and 8A. RGB value is (114,118,138). Sum of RGB (Red+Green+Blue) = 114+118+138=370 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.81% from 370); Green value is 118 (46.48% from 255 or 31.89% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 138 - color contains mainly: blue. Hex color #72768A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72768A is #8D8975. Grayscale: #777777. Windows color (decimal): -9275766 or 9074290. OLE color: 9074290.
HSL color Cylindrical-coordinate representation of color #72768A: hue angle of 230º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #72768A is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 114 | 118 | 138 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.46 |
| HSL | 230º | 0.1% | 0.49% | - |
| HSV(B) | 230º | 0.17% | 0.54% | - |
| XYZ | 18.01 | 18.37 | 26.64 | - |
| YUV | 119.08 | 138.67 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 118 | 138 | 0.17 | 0.14 | 0 | 0.46 | 230 | 0.1 | 0.49 |
| Hex | 72 | 76 | 8A | 11 | E | 0 | 2E | E6 | A | 31 |
| Octal | 162 | 166 | 212 | 21 | 16 | 0 | 56 | 346 | 12 | 61 |
| Binary | 1110010 | 1110110 | 10001010 | 10001 | 1110 | 0 | 101110 | 11100110 | 1010 | 110001 |
Color Harmonies of #72768A
Complementary color
Monochromatic Colors of #72768A
Black with #72768A
Text Example
Text Example
White with #72768A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72768A; }
p { color: rgb(114,118,138); }
H1.HeaderClassName
{
color: #72768A;
}
.AnyTagClassName
{
color: #72768A;
}
</style>
background-color css
<style>
a { background-color: #72768A; }
a { background-color: rgb(114,118,138); }
div.DivClassName
{
background-color: #72768A;
}
.BgClassName
{
background-color: #72768A;
}
</style>
border-color css
<style>
span { border-color: #72768A; }
span { border-color: rgb(114,118,138); }
td.TdClassName
{
border-color: #72768A;
}
.TagClassName
{
border-color: #72768A;
}
</style>