Shades of Bermuda Grey #728FAD
Tints of Bermuda Grey #728FAD
RGB
CMYK
RGB Variations
Color information
#728FAD (or 0x728FAD) is known color: Bermuda Grey. HEX triplet: 72, 8F and AD. RGB value is (114,143,173). Sum of RGB (Red+Green+Blue) = 114+143+173=430 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.51% from 430); Green value is 143 (56.25% from 255 or 33.26% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 173 - color contains mainly: blue. Hex color #728FAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728FAD is #8D7052. Grayscale: #898989. Windows color (decimal): -9269331 or 11374450. OLE color: 11374450.
HSL color Cylindrical-coordinate representation of color #728FAD: hue angle of 210.51º degrees, saturation: 0.26, 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 #728FAD is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 114 | 143 | 173 | - |
| CMYK | 0.34 | 0.17 | 0 | 0.32 |
| HSL | 210.51º | 0.26% | 0.56% | - |
| HSV(B) | 210.51º | 0.34% | 0.68% | - |
| XYZ | 24.3 | 26.24 | 43.32 | - |
| YUV | 137.75 | 147.89 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 143 | 173 | 0.34 | 0.17 | 0 | 0.32 | 210.51 | 0.26 | 0.56 |
| Hex | 72 | 8F | AD | 22 | 11 | 0 | 20 | D3 | 1A | 38 |
| Octal | 162 | 217 | 255 | 42 | 21 | 0 | 40 | 323 | 32 | 70 |
| Binary | 1110010 | 10001111 | 10101101 | 100010 | 10001 | 0 | 100000 | 11010011 | 11010 | 111000 |
Color Harmonies of #728FAD
Complementary color
Monochromatic Colors of #728FAD
Black with #728FAD
Text Example
Text Example
White with #728FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728FAD; }
p { color: rgb(114,143,173); }
H1.HeaderClassName
{
color: #728FAD;
}
.AnyTagClassName
{
color: #728FAD;
}
</style>
background-color css
<style>
a { background-color: #728FAD; }
a { background-color: rgb(114,143,173); }
div.DivClassName
{
background-color: #728FAD;
}
.BgClassName
{
background-color: #728FAD;
}
</style>
border-color css
<style>
span { border-color: #728FAD; }
span { border-color: rgb(114,143,173); }
td.TdClassName
{
border-color: #728FAD;
}
.TagClassName
{
border-color: #728FAD;
}
</style>