Shades of Bermuda Grey #728AA6
Tints of Bermuda Grey #728AA6
RGB
CMYK
RGB Variations
Color information
#728AA6 (or 0x728AA6) is known color: Bermuda Grey. HEX triplet: 72, 8A and A6. RGB value is (114,138,166). Sum of RGB (Red+Green+Blue) = 114+138+166=418 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.27% from 418); Green value is 138 (54.30% from 255 or 33.01% from 418); Blue value is 166 (65.23% from 255 or 39.71% from 418); Max value from RGB is 166 - color contains mainly: blue. Hex color #728AA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728AA6 is #8D7559. Grayscale: #858585. Windows color (decimal): -9270618 or 10914418. OLE color: 10914418.
HSL color Cylindrical-coordinate representation of color #728AA6: hue angle of 212.31º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #728AA6 is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 114 | 138 | 166 | - |
| CMYK | 0.31 | 0.17 | 0 | 0.35 |
| HSL | 212.31º | 0.23% | 0.55% | - |
| HSV(B) | 212.31º | 0.31% | 0.65% | - |
| XYZ | 22.91 | 24.51 | 39.6 | - |
| YUV | 134.02 | 146.05 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 138 | 166 | 0.31 | 0.17 | 0 | 0.35 | 212.31 | 0.23 | 0.55 |
| Hex | 72 | 8A | A6 | 1F | 11 | 0 | 23 | D4 | 17 | 37 |
| Octal | 162 | 212 | 246 | 37 | 21 | 0 | 43 | 324 | 27 | 67 |
| Binary | 1110010 | 10001010 | 10100110 | 11111 | 10001 | 0 | 100011 | 11010100 | 10111 | 110111 |
Color Harmonies of #728AA6
Complementary color
Monochromatic Colors of #728AA6
Black with #728AA6
Text Example
Text Example
White with #728AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728AA6; }
p { color: rgb(114,138,166); }
H1.HeaderClassName
{
color: #728AA6;
}
.AnyTagClassName
{
color: #728AA6;
}
</style>
background-color css
<style>
a { background-color: #728AA6; }
a { background-color: rgb(114,138,166); }
div.DivClassName
{
background-color: #728AA6;
}
.BgClassName
{
background-color: #728AA6;
}
</style>
border-color css
<style>
span { border-color: #728AA6; }
span { border-color: rgb(114,138,166); }
td.TdClassName
{
border-color: #728AA6;
}
.TagClassName
{
border-color: #728AA6;
}
</style>