Shades of Bermuda Grey #738EA2
Tints of Bermuda Grey #738EA2
RGB
CMYK
RGB Variations
Color information
#738EA2 (or 0x738EA2) is known color: Bermuda Grey. HEX triplet: 73, 8E and A2. RGB value is (115,142,162). Sum of RGB (Red+Green+Blue) = 115+142+162=419 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.45% from 419); Green value is 142 (55.86% from 255 or 33.89% from 419); Blue value is 162 (63.67% from 255 or 38.66% from 419); Max value from RGB is 162 - color contains mainly: blue. Hex color #738EA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738EA2 is #8C715D. Grayscale: #888888. Windows color (decimal): -9204062 or 10653299. OLE color: 10653299.
HSL color Cylindrical-coordinate representation of color #738EA2: hue angle of 205.53º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #738EA2 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 115 | 142 | 162 | - |
| CMYK | 0.29 | 0.12 | 0 | 0.36 |
| HSL | 205.53º | 0.2% | 0.54% | - |
| HSV(B) | 205.53º | 0.29% | 0.64% | - |
| XYZ | 23.26 | 25.6 | 37.9 | - |
| YUV | 136.21 | 142.55 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 142 | 162 | 0.29 | 0.12 | 0 | 0.36 | 205.53 | 0.2 | 0.54 |
| Hex | 73 | 8E | A2 | 1D | C | 0 | 24 | CE | 14 | 36 |
| Octal | 163 | 216 | 242 | 35 | 14 | 0 | 44 | 316 | 24 | 66 |
| Binary | 1110011 | 10001110 | 10100010 | 11101 | 1100 | 0 | 100100 | 11001110 | 10100 | 110110 |
Color Harmonies of #738EA2
Complementary color
Monochromatic Colors of #738EA2
Black with #738EA2
Text Example
Text Example
White with #738EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738EA2; }
p { color: rgb(115,142,162); }
H1.HeaderClassName
{
color: #738EA2;
}
.AnyTagClassName
{
color: #738EA2;
}
</style>
background-color css
<style>
a { background-color: #738EA2; }
a { background-color: rgb(115,142,162); }
div.DivClassName
{
background-color: #738EA2;
}
.BgClassName
{
background-color: #738EA2;
}
</style>
border-color css
<style>
span { border-color: #738EA2; }
span { border-color: rgb(115,142,162); }
td.TdClassName
{
border-color: #738EA2;
}
.TagClassName
{
border-color: #738EA2;
}
</style>