Shades of Storm Grey #72757B
Tints of Storm Grey #72757B
RGB
CMYK
RGB Variations
Color information
#72757B (or 0x72757B) is known color: Storm Grey. HEX triplet: 72, 75 and 7B. RGB value is (114,117,123). Sum of RGB (Red+Green+Blue) = 114+117+123=354 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.20% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 123 (48.44% from 255 or 34.75% from 354); Max value from RGB is 123 - color contains mainly: blue. Hex color #72757B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72757B is #8D8A84. Grayscale: #747474. Windows color (decimal): -9276037 or 8090994. OLE color: 8090994.
HSL color Cylindrical-coordinate representation of color #72757B: hue angle of 220º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #72757B is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 114 | 117 | 123 | - |
| CMYK | 0.07 | 0.05 | 0 | 0.52 |
| HSL | 220º | 0.04% | 0.46% | - |
| HSV(B) | 220º | 0.07% | 0.48% | - |
| XYZ | 16.88 | 17.73 | 21.27 | - |
| YUV | 116.79 | 131.51 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 117 | 123 | 0.07 | 0.05 | 0 | 0.52 | 220 | 0.04 | 0.46 |
| Hex | 72 | 75 | 7B | 7 | 5 | 0 | 34 | DC | 4 | 2E |
| Octal | 162 | 165 | 173 | 7 | 5 | 0 | 64 | 334 | 4 | 56 |
| Binary | 1110010 | 1110101 | 1111011 | 111 | 101 | 0 | 110100 | 11011100 | 100 | 101110 |
Color Harmonies of #72757B
Complementary color
Monochromatic Colors of #72757B
Black with #72757B
Text Example
Text Example
White with #72757B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72757B; }
p { color: rgb(114,117,123); }
H1.HeaderClassName
{
color: #72757B;
}
.AnyTagClassName
{
color: #72757B;
}
</style>
background-color css
<style>
a { background-color: #72757B; }
a { background-color: rgb(114,117,123); }
div.DivClassName
{
background-color: #72757B;
}
.BgClassName
{
background-color: #72757B;
}
</style>
border-color css
<style>
span { border-color: #72757B; }
span { border-color: rgb(114,117,123); }
td.TdClassName
{
border-color: #72757B;
}
.TagClassName
{
border-color: #72757B;
}
</style>