Shades of Bermuda Grey #728FAE
Tints of Bermuda Grey #728FAE
RGB
CMYK
RGB Variations
Color information
#728FAE (or 0x728FAE) is known color: Bermuda Grey. HEX triplet: 72, 8F and AE. RGB value is (114,143,174). Sum of RGB (Red+Green+Blue) = 114+143+174=431 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.45% from 431); Green value is 143 (56.25% from 255 or 33.18% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 174 - color contains mainly: blue. Hex color #728FAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728FAE is #8D7051. Grayscale: #898989. Windows color (decimal): -9269330 or 11439986. OLE color: 11439986.
HSL color Cylindrical-coordinate representation of color #728FAE: hue angle of 211º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #728FAE is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 114 | 143 | 174 | - |
| CMYK | 0.34 | 0.18 | 0 | 0.32 |
| HSL | 211º | 0.27% | 0.56% | - |
| HSV(B) | 211º | 0.34% | 0.68% | - |
| XYZ | 24.4 | 26.28 | 43.83 | - |
| YUV | 137.86 | 148.39 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 143 | 174 | 0.34 | 0.18 | 0 | 0.32 | 211 | 0.27 | 0.56 |
| Hex | 72 | 8F | AE | 22 | 12 | 0 | 20 | D3 | 1B | 38 |
| Octal | 162 | 217 | 256 | 42 | 22 | 0 | 40 | 323 | 33 | 70 |
| Binary | 1110010 | 10001111 | 10101110 | 100010 | 10010 | 0 | 100000 | 11010011 | 11011 | 111000 |
Color Harmonies of #728FAE
Complementary color
Monochromatic Colors of #728FAE
Black with #728FAE
Text Example
Text Example
White with #728FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728FAE; }
p { color: rgb(114,143,174); }
H1.HeaderClassName
{
color: #728FAE;
}
.AnyTagClassName
{
color: #728FAE;
}
</style>
background-color css
<style>
a { background-color: #728FAE; }
a { background-color: rgb(114,143,174); }
div.DivClassName
{
background-color: #728FAE;
}
.BgClassName
{
background-color: #728FAE;
}
</style>
border-color css
<style>
span { border-color: #728FAE; }
span { border-color: rgb(114,143,174); }
td.TdClassName
{
border-color: #728FAE;
}
.TagClassName
{
border-color: #728FAE;
}
</style>