Shades of Bermuda Grey #72929E
Tints of Bermuda Grey #72929E
RGB
CMYK
RGB Variations
Color information
#72929E (or 0x72929E) is known color: Bermuda Grey. HEX triplet: 72, 92 and 9E. RGB value is (114,146,158). Sum of RGB (Red+Green+Blue) = 114+146+158=418 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.27% from 418); Green value is 146 (57.42% from 255 or 34.93% from 418); Blue value is 158 (62.11% from 255 or 37.80% from 418); Max value from RGB is 158 - color contains mainly: blue. Hex color #72929E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72929E is #8D6D61. Grayscale: #898989. Windows color (decimal): -9268578 or 10392178. OLE color: 10392178.
HSL color Cylindrical-coordinate representation of color #72929E: hue angle of 196.36º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #72929E is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 114 | 146 | 158 | - |
| CMYK | 0.28 | 0.08 | 0 | 0.38 |
| HSL | 196.36º | 0.18% | 0.53% | - |
| HSV(B) | 196.36º | 0.28% | 0.62% | - |
| XYZ | 23.39 | 26.6 | 36.25 | - |
| YUV | 137.8 | 139.4 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 146 | 158 | 0.28 | 0.08 | 0 | 0.38 | 196.36 | 0.18 | 0.53 |
| Hex | 72 | 92 | 9E | 1C | 8 | 0 | 26 | C4 | 12 | 35 |
| Octal | 162 | 222 | 236 | 34 | 10 | 0 | 46 | 304 | 22 | 65 |
| Binary | 1110010 | 10010010 | 10011110 | 11100 | 1000 | 0 | 100110 | 11000100 | 10010 | 110101 |
Color Harmonies of #72929E
Complementary color
Monochromatic Colors of #72929E
Black with #72929E
Text Example
Text Example
White with #72929E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72929E; }
p { color: rgb(114,146,158); }
H1.HeaderClassName
{
color: #72929E;
}
.AnyTagClassName
{
color: #72929E;
}
</style>
background-color css
<style>
a { background-color: #72929E; }
a { background-color: rgb(114,146,158); }
div.DivClassName
{
background-color: #72929E;
}
.BgClassName
{
background-color: #72929E;
}
</style>
border-color css
<style>
span { border-color: #72929E; }
span { border-color: rgb(114,146,158); }
td.TdClassName
{
border-color: #72929E;
}
.TagClassName
{
border-color: #72929E;
}
</style>