Shades of Bermuda Grey #728C9E
Tints of Bermuda Grey #728C9E
RGB
CMYK
RGB Variations
Color information
#728C9E (or 0x728C9E) is known color: Bermuda Grey. HEX triplet: 72, 8C and 9E. RGB value is (114,140,158). Sum of RGB (Red+Green+Blue) = 114+140+158=412 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.67% from 412); Green value is 140 (55.08% from 255 or 33.98% from 412); Blue value is 158 (62.11% from 255 or 38.35% from 412); Max value from RGB is 158 - color contains mainly: blue. Hex color #728C9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728C9E is #8D7361. Grayscale: #868686. Windows color (decimal): -9270114 or 10390642. OLE color: 10390642.
HSL color Cylindrical-coordinate representation of color #728C9E: hue angle of 204.55º 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 #728C9E is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 114 | 140 | 158 | - |
| CMYK | 0.28 | 0.11 | 0 | 0.38 |
| HSL | 204.55º | 0.18% | 0.53% | - |
| HSV(B) | 204.55º | 0.28% | 0.62% | - |
| XYZ | 22.49 | 24.8 | 35.95 | - |
| YUV | 134.28 | 141.39 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 140 | 158 | 0.28 | 0.11 | 0 | 0.38 | 204.55 | 0.18 | 0.53 |
| Hex | 72 | 8C | 9E | 1C | B | 0 | 26 | CD | 12 | 35 |
| Octal | 162 | 214 | 236 | 34 | 13 | 0 | 46 | 315 | 22 | 65 |
| Binary | 1110010 | 10001100 | 10011110 | 11100 | 1011 | 0 | 100110 | 11001101 | 10010 | 110101 |
Color Harmonies of #728C9E
Complementary color
Monochromatic Colors of #728C9E
Black with #728C9E
Text Example
Text Example
White with #728C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728C9E; }
p { color: rgb(114,140,158); }
H1.HeaderClassName
{
color: #728C9E;
}
.AnyTagClassName
{
color: #728C9E;
}
</style>
background-color css
<style>
a { background-color: #728C9E; }
a { background-color: rgb(114,140,158); }
div.DivClassName
{
background-color: #728C9E;
}
.BgClassName
{
background-color: #728C9E;
}
</style>
border-color css
<style>
span { border-color: #728C9E; }
span { border-color: rgb(114,140,158); }
td.TdClassName
{
border-color: #728C9E;
}
.TagClassName
{
border-color: #728C9E;
}
</style>