Shades of Storm Grey #72768B
Tints of Storm Grey #72768B
RGB
CMYK
RGB Variations
Color information
#72768B (or 0x72768B) is known color: Storm Grey. HEX triplet: 72, 76 and 8B. RGB value is (114,118,139). Sum of RGB (Red+Green+Blue) = 114+118+139=371 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.73% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 139 - color contains mainly: blue. Hex color #72768B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72768B is #8D8974. Grayscale: #777777. Windows color (decimal): -9275765 or 9139826. OLE color: 9139826.
HSL color Cylindrical-coordinate representation of color #72768B: hue angle of 230.4º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #72768B is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 118 | 139 | - |
| CMYK | 0.18 | 0.15 | 0 | 0.45 |
| HSL | 230.4º | 0.1% | 0.5% | - |
| HSV(B) | 230.4º | 0.18% | 0.55% | - |
| XYZ | 18.08 | 18.4 | 27.02 | - |
| YUV | 119.2 | 139.17 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 118 | 139 | 0.18 | 0.15 | 0 | 0.45 | 230.4 | 0.1 | 0.5 |
| Hex | 72 | 76 | 8B | 12 | F | 0 | 2D | E6 | A | 32 |
| Octal | 162 | 166 | 213 | 22 | 17 | 0 | 55 | 346 | 12 | 62 |
| Binary | 1110010 | 1110110 | 10001011 | 10010 | 1111 | 0 | 101101 | 11100110 | 1010 | 110010 |
Color Harmonies of #72768B
Complementary color
Monochromatic Colors of #72768B
Black with #72768B
Text Example
Text Example
White with #72768B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72768B; }
p { color: rgb(114,118,139); }
H1.HeaderClassName
{
color: #72768B;
}
.AnyTagClassName
{
color: #72768B;
}
</style>
background-color css
<style>
a { background-color: #72768B; }
a { background-color: rgb(114,118,139); }
div.DivClassName
{
background-color: #72768B;
}
.BgClassName
{
background-color: #72768B;
}
</style>
border-color css
<style>
span { border-color: #72768B; }
span { border-color: rgb(114,118,139); }
td.TdClassName
{
border-color: #72768B;
}
.TagClassName
{
border-color: #72768B;
}
</style>