Shades of Bermuda Grey #708DA5
Tints of Bermuda Grey #708DA5
RGB
CMYK
RGB Variations
Color information
#708DA5 (or 0x708DA5) is known color: Bermuda Grey. HEX triplet: 70, 8D and A5. RGB value is (112,141,165). Sum of RGB (Red+Green+Blue) = 112+141+165=418 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.79% from 418); Green value is 141 (55.47% from 255 or 33.73% from 418); Blue value is 165 (64.84% from 255 or 39.47% from 418); Max value from RGB is 165 - color contains mainly: blue. Hex color #708DA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708DA5 is #8F725A. Grayscale: #868686. Windows color (decimal): -9400923 or 10849648. OLE color: 10849648.
HSL color Cylindrical-coordinate representation of color #708DA5: hue angle of 207.17º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #708DA5 is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 112 | 141 | 165 | - |
| CMYK | 0.32 | 0.15 | 0 | 0.35 |
| HSL | 207.17º | 0.23% | 0.54% | - |
| HSV(B) | 207.17º | 0.32% | 0.65% | - |
| XYZ | 23 | 25.21 | 39.25 | - |
| YUV | 135.07 | 144.89 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 141 | 165 | 0.32 | 0.15 | 0 | 0.35 | 207.17 | 0.23 | 0.54 |
| Hex | 70 | 8D | A5 | 20 | F | 0 | 23 | CF | 17 | 36 |
| Octal | 160 | 215 | 245 | 40 | 17 | 0 | 43 | 317 | 27 | 66 |
| Binary | 1110000 | 10001101 | 10100101 | 100000 | 1111 | 0 | 100011 | 11001111 | 10111 | 110110 |
Color Harmonies of #708DA5
Complementary color
Monochromatic Colors of #708DA5
Black with #708DA5
Text Example
Text Example
White with #708DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708DA5; }
p { color: rgb(112,141,165); }
H1.HeaderClassName
{
color: #708DA5;
}
.AnyTagClassName
{
color: #708DA5;
}
</style>
background-color css
<style>
a { background-color: #708DA5; }
a { background-color: rgb(112,141,165); }
div.DivClassName
{
background-color: #708DA5;
}
.BgClassName
{
background-color: #708DA5;
}
</style>
border-color css
<style>
span { border-color: #708DA5; }
span { border-color: rgb(112,141,165); }
td.TdClassName
{
border-color: #708DA5;
}
.TagClassName
{
border-color: #708DA5;
}
</style>