Shades of Bermuda Grey #728EAB
Tints of Bermuda Grey #728EAB
RGB
CMYK
RGB Variations
Color information
#728EAB (or 0x728EAB) is known color: Bermuda Grey. HEX triplet: 72, 8E and AB. RGB value is (114,142,171). Sum of RGB (Red+Green+Blue) = 114+142+171=427 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.70% from 427); Green value is 142 (55.86% from 255 or 33.26% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 171 - color contains mainly: blue. Hex color #728EAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728EAB is #8D7154. Grayscale: #888888. Windows color (decimal): -9269589 or 11243122. OLE color: 11243122.
HSL color Cylindrical-coordinate representation of color #728EAB: hue angle of 210.53º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #728EAB is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 142 | 171 | - |
| CMYK | 0.33 | 0.17 | 0 | 0.33 |
| HSL | 210.53º | 0.25% | 0.56% | - |
| HSV(B) | 210.53º | 0.33% | 0.67% | - |
| XYZ | 23.96 | 25.86 | 42.26 | - |
| YUV | 136.93 | 147.22 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 142 | 171 | 0.33 | 0.17 | 0 | 0.33 | 210.53 | 0.25 | 0.56 |
| Hex | 72 | 8E | AB | 21 | 11 | 0 | 21 | D3 | 19 | 38 |
| Octal | 162 | 216 | 253 | 41 | 21 | 0 | 41 | 323 | 31 | 70 |
| Binary | 1110010 | 10001110 | 10101011 | 100001 | 10001 | 0 | 100001 | 11010011 | 11001 | 111000 |
Color Harmonies of #728EAB
Complementary color
Monochromatic Colors of #728EAB
Black with #728EAB
Text Example
Text Example
White with #728EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728EAB; }
p { color: rgb(114,142,171); }
H1.HeaderClassName
{
color: #728EAB;
}
.AnyTagClassName
{
color: #728EAB;
}
</style>
background-color css
<style>
a { background-color: #728EAB; }
a { background-color: rgb(114,142,171); }
div.DivClassName
{
background-color: #728EAB;
}
.BgClassName
{
background-color: #728EAB;
}
</style>
border-color css
<style>
span { border-color: #728EAB; }
span { border-color: rgb(114,142,171); }
td.TdClassName
{
border-color: #728EAB;
}
.TagClassName
{
border-color: #728EAB;
}
</style>