Shades of Bermuda Grey #728AA1
Tints of Bermuda Grey #728AA1
RGB
CMYK
RGB Variations
Color information
#728AA1 (or 0x728AA1) is known color: Bermuda Grey. HEX triplet: 72, 8A and A1. RGB value is (114,138,161). Sum of RGB (Red+Green+Blue) = 114+138+161=413 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.60% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 161 (63.28% from 255 or 38.98% from 413); Max value from RGB is 161 - color contains mainly: blue. Hex color #728AA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728AA1 is #8D755E. Grayscale: #858585. Windows color (decimal): -9270623 or 10586738. OLE color: 10586738.
HSL color Cylindrical-coordinate representation of color #728AA1: hue angle of 209.36º degrees, saturation: 0.2, 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 #728AA1 is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 114 | 138 | 161 | - |
| CMYK | 0.29 | 0.14 | 0 | 0.37 |
| HSL | 209.36º | 0.2% | 0.54% | - |
| HSV(B) | 209.36º | 0.29% | 0.63% | - |
| XYZ | 22.46 | 24.33 | 37.23 | - |
| YUV | 133.45 | 143.55 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 138 | 161 | 0.29 | 0.14 | 0 | 0.37 | 209.36 | 0.2 | 0.54 |
| Hex | 72 | 8A | A1 | 1D | E | 0 | 25 | D1 | 14 | 36 |
| Octal | 162 | 212 | 241 | 35 | 16 | 0 | 45 | 321 | 24 | 66 |
| Binary | 1110010 | 10001010 | 10100001 | 11101 | 1110 | 0 | 100101 | 11010001 | 10100 | 110110 |
Color Harmonies of #728AA1
Complementary color
Monochromatic Colors of #728AA1
Black with #728AA1
Text Example
Text Example
White with #728AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728AA1; }
p { color: rgb(114,138,161); }
H1.HeaderClassName
{
color: #728AA1;
}
.AnyTagClassName
{
color: #728AA1;
}
</style>
background-color css
<style>
a { background-color: #728AA1; }
a { background-color: rgb(114,138,161); }
div.DivClassName
{
background-color: #728AA1;
}
.BgClassName
{
background-color: #728AA1;
}
</style>
border-color css
<style>
span { border-color: #728AA1; }
span { border-color: rgb(114,138,161); }
td.TdClassName
{
border-color: #728AA1;
}
.TagClassName
{
border-color: #728AA1;
}
</style>