Shades of Bermuda Grey #708EA2
Tints of Bermuda Grey #708EA2
RGB
CMYK
RGB Variations
Color information
#708EA2 (or 0x708EA2) is known color: Bermuda Grey. HEX triplet: 70, 8E and A2. RGB value is (112,142,162). Sum of RGB (Red+Green+Blue) = 112+142+162=416 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.92% from 416); Green value is 142 (55.86% from 255 or 34.13% 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 #708EA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708EA2 is #8F715D. Grayscale: #878787. Windows color (decimal): -9400670 or 10653296. OLE color: 10653296.
HSL color Cylindrical-coordinate representation of color #708EA2: hue angle of 204º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #708EA2 is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 112 | 142 | 162 | - |
| CMYK | 0.31 | 0.12 | 0 | 0.36 |
| HSL | 204º | 0.21% | 0.54% | - |
| HSV(B) | 204º | 0.31% | 0.64% | - |
| XYZ | 22.88 | 25.4 | 37.88 | - |
| YUV | 135.31 | 143.06 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 142 | 162 | 0.31 | 0.12 | 0 | 0.36 | 204 | 0.21 | 0.54 |
| Hex | 70 | 8E | A2 | 1F | C | 0 | 24 | CC | 15 | 36 |
| Octal | 160 | 216 | 242 | 37 | 14 | 0 | 44 | 314 | 25 | 66 |
| Binary | 1110000 | 10001110 | 10100010 | 11111 | 1100 | 0 | 100100 | 11001100 | 10101 | 110110 |
Color Harmonies of #708EA2
Complementary color
Monochromatic Colors of #708EA2
Black with #708EA2
Text Example
Text Example
White with #708EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708EA2; }
p { color: rgb(112,142,162); }
H1.HeaderClassName
{
color: #708EA2;
}
.AnyTagClassName
{
color: #708EA2;
}
</style>
background-color css
<style>
a { background-color: #708EA2; }
a { background-color: rgb(112,142,162); }
div.DivClassName
{
background-color: #708EA2;
}
.BgClassName
{
background-color: #708EA2;
}
</style>
border-color css
<style>
span { border-color: #708EA2; }
span { border-color: rgb(112,142,162); }
td.TdClassName
{
border-color: #708EA2;
}
.TagClassName
{
border-color: #708EA2;
}
</style>