Shades of Bermuda Grey #728F9B
Tints of Bermuda Grey #728F9B
RGB
CMYK
RGB Variations
Color information
#728F9B (or 0x728F9B) is known color: Bermuda Grey. HEX triplet: 72, 8F and 9B. RGB value is (114,143,155). Sum of RGB (Red+Green+Blue) = 114+143+155=412 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.67% from 412); Green value is 143 (56.25% from 255 or 34.71% from 412); Blue value is 155 (60.94% from 255 or 37.62% from 412); Max value from RGB is 155 - color contains mainly: blue. Hex color #728F9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728F9B is #8D7064. Grayscale: #878787. Windows color (decimal): -9269349 or 10194802. OLE color: 10194802.
HSL color Cylindrical-coordinate representation of color #728F9B: hue angle of 197.56º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #728F9B is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 114 | 143 | 155 | - |
| CMYK | 0.26 | 0.08 | 0 | 0.39 |
| HSL | 197.56º | 0.17% | 0.53% | - |
| HSV(B) | 197.56º | 0.26% | 0.61% | - |
| XYZ | 22.68 | 25.59 | 34.75 | - |
| YUV | 135.7 | 138.89 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 143 | 155 | 0.26 | 0.08 | 0 | 0.39 | 197.56 | 0.17 | 0.53 |
| Hex | 72 | 8F | 9B | 1A | 8 | 0 | 27 | C6 | 11 | 35 |
| Octal | 162 | 217 | 233 | 32 | 10 | 0 | 47 | 306 | 21 | 65 |
| Binary | 1110010 | 10001111 | 10011011 | 11010 | 1000 | 0 | 100111 | 11000110 | 10001 | 110101 |
Color Harmonies of #728F9B
Complementary color
Monochromatic Colors of #728F9B
Black with #728F9B
Text Example
Text Example
White with #728F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728F9B; }
p { color: rgb(114,143,155); }
H1.HeaderClassName
{
color: #728F9B;
}
.AnyTagClassName
{
color: #728F9B;
}
</style>
background-color css
<style>
a { background-color: #728F9B; }
a { background-color: rgb(114,143,155); }
div.DivClassName
{
background-color: #728F9B;
}
.BgClassName
{
background-color: #728F9B;
}
</style>
border-color css
<style>
span { border-color: #728F9B; }
span { border-color: rgb(114,143,155); }
td.TdClassName
{
border-color: #728F9B;
}
.TagClassName
{
border-color: #728F9B;
}
</style>