Shades of Bermuda Grey #728AA4
Tints of Bermuda Grey #728AA4
RGB
CMYK
RGB Variations
Color information
#728AA4 (or 0x728AA4) is known color: Bermuda Grey. HEX triplet: 72, 8A and A4. RGB value is (114,138,164). Sum of RGB (Red+Green+Blue) = 114+138+164=416 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.40% from 416); Green value is 138 (54.30% from 255 or 33.17% from 416); Blue value is 164 (64.45% from 255 or 39.42% from 416); Max value from RGB is 164 - color contains mainly: blue. Hex color #728AA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728AA4 is #8D755B. Grayscale: #858585. Windows color (decimal): -9270620 or 10783346. OLE color: 10783346.
HSL color Cylindrical-coordinate representation of color #728AA4: hue angle of 211.2º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #728AA4 is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 114 | 138 | 164 | - |
| CMYK | 0.30 | 0.16 | 0 | 0.36 |
| HSL | 211.2º | 0.22% | 0.55% | - |
| HSV(B) | 211.2º | 0.3% | 0.64% | - |
| XYZ | 22.73 | 24.43 | 38.64 | - |
| YUV | 133.79 | 145.05 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 138 | 164 | 0.30 | 0.16 | 0 | 0.36 | 211.2 | 0.22 | 0.55 |
| Hex | 72 | 8A | A4 | 1E | 10 | 0 | 24 | D3 | 16 | 37 |
| Octal | 162 | 212 | 244 | 36 | 20 | 0 | 44 | 323 | 26 | 67 |
| Binary | 1110010 | 10001010 | 10100100 | 11110 | 10000 | 0 | 100100 | 11010011 | 10110 | 110111 |
Color Harmonies of #728AA4
Complementary color
Monochromatic Colors of #728AA4
Black with #728AA4
Text Example
Text Example
White with #728AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728AA4; }
p { color: rgb(114,138,164); }
H1.HeaderClassName
{
color: #728AA4;
}
.AnyTagClassName
{
color: #728AA4;
}
</style>
background-color css
<style>
a { background-color: #728AA4; }
a { background-color: rgb(114,138,164); }
div.DivClassName
{
background-color: #728AA4;
}
.BgClassName
{
background-color: #728AA4;
}
</style>
border-color css
<style>
span { border-color: #728AA4; }
span { border-color: rgb(114,138,164); }
td.TdClassName
{
border-color: #728AA4;
}
.TagClassName
{
border-color: #728AA4;
}
</style>