Shades of Bermuda Grey #708EAA
Tints of Bermuda Grey #708EAA
RGB
CMYK
RGB Variations
Color information
#708EAA (or 0x708EAA) is known color: Bermuda Grey. HEX triplet: 70, 8E and AA. RGB value is (112,142,170). Sum of RGB (Red+Green+Blue) = 112+142+170=424 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.42% from 424); Green value is 142 (55.86% from 255 or 33.49% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 170 - color contains mainly: blue. Hex color #708EAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708EAA is #8F7155. Grayscale: #888888. Windows color (decimal): -9400662 or 11177584. OLE color: 11177584.
HSL color Cylindrical-coordinate representation of color #708EAA: hue angle of 208.97º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #708EAA is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 142 | 170 | - |
| CMYK | 0.34 | 0.16 | 0 | 0.33 |
| HSL | 208.97º | 0.25% | 0.55% | - |
| HSV(B) | 208.97º | 0.34% | 0.67% | - |
| XYZ | 23.61 | 25.69 | 41.75 | - |
| YUV | 136.22 | 147.06 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 142 | 170 | 0.34 | 0.16 | 0 | 0.33 | 208.97 | 0.25 | 0.55 |
| Hex | 70 | 8E | AA | 22 | 10 | 0 | 21 | D1 | 19 | 37 |
| Octal | 160 | 216 | 252 | 42 | 20 | 0 | 41 | 321 | 31 | 67 |
| Binary | 1110000 | 10001110 | 10101010 | 100010 | 10000 | 0 | 100001 | 11010001 | 11001 | 110111 |
Color Harmonies of #708EAA
Complementary color
Monochromatic Colors of #708EAA
Black with #708EAA
Text Example
Text Example
White with #708EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708EAA; }
p { color: rgb(112,142,170); }
H1.HeaderClassName
{
color: #708EAA;
}
.AnyTagClassName
{
color: #708EAA;
}
</style>
background-color css
<style>
a { background-color: #708EAA; }
a { background-color: rgb(112,142,170); }
div.DivClassName
{
background-color: #708EAA;
}
.BgClassName
{
background-color: #708EAA;
}
</style>
border-color css
<style>
span { border-color: #708EAA; }
span { border-color: rgb(112,142,170); }
td.TdClassName
{
border-color: #708EAA;
}
.TagClassName
{
border-color: #708EAA;
}
</style>