Shades of Bermuda Grey #728CA2
Tints of Bermuda Grey #728CA2
RGB
CMYK
RGB Variations
Color information
#728CA2 (or 0x728CA2) is known color: Bermuda Grey. HEX triplet: 72, 8C and A2. RGB value is (114,140,162). Sum of RGB (Red+Green+Blue) = 114+140+162=416 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.40% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 162 (63.67% from 255 or 38.94% from 416); Max value from RGB is 162 - color contains mainly: blue. Hex color #728CA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728CA2 is #8D735D. Grayscale: #868686. Windows color (decimal): -9270110 or 10652786. OLE color: 10652786.
HSL color Cylindrical-coordinate representation of color #728CA2: hue angle of 207.5º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #728CA2 is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 114 | 140 | 162 | - |
| CMYK | 0.30 | 0.14 | 0 | 0.36 |
| HSL | 207.5º | 0.21% | 0.54% | - |
| HSV(B) | 207.5º | 0.3% | 0.64% | - |
| XYZ | 22.84 | 24.94 | 37.79 | - |
| YUV | 134.73 | 143.39 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 140 | 162 | 0.30 | 0.14 | 0 | 0.36 | 207.5 | 0.21 | 0.54 |
| Hex | 72 | 8C | A2 | 1E | E | 0 | 24 | D0 | 15 | 36 |
| Octal | 162 | 214 | 242 | 36 | 16 | 0 | 44 | 320 | 25 | 66 |
| Binary | 1110010 | 10001100 | 10100010 | 11110 | 1110 | 0 | 100100 | 11010000 | 10101 | 110110 |
Color Harmonies of #728CA2
Complementary color
Monochromatic Colors of #728CA2
Black with #728CA2
Text Example
Text Example
White with #728CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728CA2; }
p { color: rgb(114,140,162); }
H1.HeaderClassName
{
color: #728CA2;
}
.AnyTagClassName
{
color: #728CA2;
}
</style>
background-color css
<style>
a { background-color: #728CA2; }
a { background-color: rgb(114,140,162); }
div.DivClassName
{
background-color: #728CA2;
}
.BgClassName
{
background-color: #728CA2;
}
</style>
border-color css
<style>
span { border-color: #728CA2; }
span { border-color: rgb(114,140,162); }
td.TdClassName
{
border-color: #728CA2;
}
.TagClassName
{
border-color: #728CA2;
}
</style>