Shades of Bermuda Grey #708EA8
Tints of Bermuda Grey #708EA8
RGB
CMYK
RGB Variations
Color information
#708EA8 (or 0x708EA8) is known color: Bermuda Grey. HEX triplet: 70, 8E and A8. RGB value is (112,142,168). Sum of RGB (Red+Green+Blue) = 112+142+168=422 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.54% from 422); Green value is 142 (55.86% from 255 or 33.65% from 422); Blue value is 168 (66.02% from 255 or 39.81% from 422); Max value from RGB is 168 - color contains mainly: blue. Hex color #708EA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708EA8 is #8F7157. Grayscale: #878787. Windows color (decimal): -9400664 or 11046512. OLE color: 11046512.
HSL color Cylindrical-coordinate representation of color #708EA8: hue angle of 207.86º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #708EA8 is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 112 | 142 | 168 | - |
| CMYK | 0.33 | 0.15 | 0 | 0.34 |
| HSL | 207.86º | 0.24% | 0.55% | - |
| HSV(B) | 207.86º | 0.33% | 0.66% | - |
| XYZ | 23.42 | 25.62 | 40.76 | - |
| YUV | 135.99 | 146.06 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 142 | 168 | 0.33 | 0.15 | 0 | 0.34 | 207.86 | 0.24 | 0.55 |
| Hex | 70 | 8E | A8 | 21 | F | 0 | 22 | D0 | 18 | 37 |
| Octal | 160 | 216 | 250 | 41 | 17 | 0 | 42 | 320 | 30 | 67 |
| Binary | 1110000 | 10001110 | 10101000 | 100001 | 1111 | 0 | 100010 | 11010000 | 11000 | 110111 |
Color Harmonies of #708EA8
Complementary color
Monochromatic Colors of #708EA8
Black with #708EA8
Text Example
Text Example
White with #708EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708EA8; }
p { color: rgb(112,142,168); }
H1.HeaderClassName
{
color: #708EA8;
}
.AnyTagClassName
{
color: #708EA8;
}
</style>
background-color css
<style>
a { background-color: #708EA8; }
a { background-color: rgb(112,142,168); }
div.DivClassName
{
background-color: #708EA8;
}
.BgClassName
{
background-color: #708EA8;
}
</style>
border-color css
<style>
span { border-color: #708EA8; }
span { border-color: rgb(112,142,168); }
td.TdClassName
{
border-color: #708EA8;
}
.TagClassName
{
border-color: #708EA8;
}
</style>