Shades of Bermuda Grey #728D9E
Tints of Bermuda Grey #728D9E
RGB
CMYK
RGB Variations
Color information
#728D9E (or 0x728D9E) is known color: Bermuda Grey. HEX triplet: 72, 8D and 9E. RGB value is (114,141,158). Sum of RGB (Red+Green+Blue) = 114+141+158=413 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.60% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 158 (62.11% from 255 or 38.26% from 413); Max value from RGB is 158 - color contains mainly: blue. Hex color #728D9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728D9E is #8D7261. Grayscale: #868686. Windows color (decimal): -9269858 or 10390898. OLE color: 10390898.
HSL color Cylindrical-coordinate representation of color #728D9E: hue angle of 203.18º 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 #728D9E is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 114 | 141 | 158 | - |
| CMYK | 0.28 | 0.11 | 0 | 0.38 |
| HSL | 203.18º | 0.18% | 0.53% | - |
| HSV(B) | 203.18º | 0.28% | 0.62% | - |
| XYZ | 22.64 | 25.1 | 36 | - |
| YUV | 134.87 | 141.05 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 141 | 158 | 0.28 | 0.11 | 0 | 0.38 | 203.18 | 0.18 | 0.53 |
| Hex | 72 | 8D | 9E | 1C | B | 0 | 26 | CB | 12 | 35 |
| Octal | 162 | 215 | 236 | 34 | 13 | 0 | 46 | 313 | 22 | 65 |
| Binary | 1110010 | 10001101 | 10011110 | 11100 | 1011 | 0 | 100110 | 11001011 | 10010 | 110101 |
Color Harmonies of #728D9E
Complementary color
Monochromatic Colors of #728D9E
Black with #728D9E
Text Example
Text Example
White with #728D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728D9E; }
p { color: rgb(114,141,158); }
H1.HeaderClassName
{
color: #728D9E;
}
.AnyTagClassName
{
color: #728D9E;
}
</style>
background-color css
<style>
a { background-color: #728D9E; }
a { background-color: rgb(114,141,158); }
div.DivClassName
{
background-color: #728D9E;
}
.BgClassName
{
background-color: #728D9E;
}
</style>
border-color css
<style>
span { border-color: #728D9E; }
span { border-color: rgb(114,141,158); }
td.TdClassName
{
border-color: #728D9E;
}
.TagClassName
{
border-color: #728D9E;
}
</style>