Shades of Bermuda Grey #728BA0
Tints of Bermuda Grey #728BA0
RGB
CMYK
RGB Variations
Color information
#728BA0 (or 0x728BA0) is known color: Bermuda Grey. HEX triplet: 72, 8B and A0. RGB value is (114,139,160). Sum of RGB (Red+Green+Blue) = 114+139+160=413 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.60% from 413); Green value is 139 (54.69% from 255 or 33.66% from 413); Blue value is 160 (62.89% from 255 or 38.74% from 413); Max value from RGB is 160 - color contains mainly: blue. Hex color #728BA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728BA0 is #8D745F. Grayscale: #858585. Windows color (decimal): -9270368 or 10521458. OLE color: 10521458.
HSL color Cylindrical-coordinate representation of color #728BA0: hue angle of 207.39º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #728BA0 is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 114 | 139 | 160 | - |
| CMYK | 0.29 | 0.13 | 0 | 0.37 |
| HSL | 207.39º | 0.19% | 0.54% | - |
| HSV(B) | 207.39º | 0.29% | 0.63% | - |
| XYZ | 22.52 | 24.58 | 36.82 | - |
| YUV | 133.92 | 142.72 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 139 | 160 | 0.29 | 0.13 | 0 | 0.37 | 207.39 | 0.19 | 0.54 |
| Hex | 72 | 8B | A0 | 1D | D | 0 | 25 | CF | 13 | 36 |
| Octal | 162 | 213 | 240 | 35 | 15 | 0 | 45 | 317 | 23 | 66 |
| Binary | 1110010 | 10001011 | 10100000 | 11101 | 1101 | 0 | 100101 | 11001111 | 10011 | 110110 |
Color Harmonies of #728BA0
Complementary color
Monochromatic Colors of #728BA0
Black with #728BA0
Text Example
Text Example
White with #728BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728BA0; }
p { color: rgb(114,139,160); }
H1.HeaderClassName
{
color: #728BA0;
}
.AnyTagClassName
{
color: #728BA0;
}
</style>
background-color css
<style>
a { background-color: #728BA0; }
a { background-color: rgb(114,139,160); }
div.DivClassName
{
background-color: #728BA0;
}
.BgClassName
{
background-color: #728BA0;
}
</style>
border-color css
<style>
span { border-color: #728BA0; }
span { border-color: rgb(114,139,160); }
td.TdClassName
{
border-color: #728BA0;
}
.TagClassName
{
border-color: #728BA0;
}
</style>