Shades of Bermuda Grey #708D99
Tints of Bermuda Grey #708D99
RGB
CMYK
RGB Variations
Color information
#708D99 (or 0x708D99) is known color: Bermuda Grey. HEX triplet: 70, 8D and 99. RGB value is (112,141,153). Sum of RGB (Red+Green+Blue) = 112+141+153=406 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.59% from 406); Green value is 141 (55.47% from 255 or 34.73% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 153 - color contains mainly: blue. Hex color #708D99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708D99 is #8F7266. Grayscale: #858585. Windows color (decimal): -9400935 or 10063216. OLE color: 10063216.
HSL color Cylindrical-coordinate representation of color #708D99: hue angle of 197.56º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #708D99 is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 112 | 141 | 153 | - |
| CMYK | 0.27 | 0.08 | 0 | 0.4 |
| HSL | 197.56º | 0.17% | 0.52% | - |
| HSV(B) | 197.56º | 0.27% | 0.6% | - |
| XYZ | 21.96 | 24.79 | 33.77 | - |
| YUV | 133.7 | 138.89 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 141 | 153 | 0.27 | 0.08 | 0 | 0.4 | 197.56 | 0.17 | 0.52 |
| Hex | 70 | 8D | 99 | 1B | 8 | 0 | 28 | C6 | 11 | 34 |
| Octal | 160 | 215 | 231 | 33 | 10 | 0 | 50 | 306 | 21 | 64 |
| Binary | 1110000 | 10001101 | 10011001 | 11011 | 1000 | 0 | 101000 | 11000110 | 10001 | 110100 |
Color Harmonies of #708D99
Complementary color
Monochromatic Colors of #708D99
Black with #708D99
Text Example
Text Example
White with #708D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708D99; }
p { color: rgb(112,141,153); }
H1.HeaderClassName
{
color: #708D99;
}
.AnyTagClassName
{
color: #708D99;
}
</style>
background-color css
<style>
a { background-color: #708D99; }
a { background-color: rgb(112,141,153); }
div.DivClassName
{
background-color: #708D99;
}
.BgClassName
{
background-color: #708D99;
}
</style>
border-color css
<style>
span { border-color: #708D99; }
span { border-color: rgb(112,141,153); }
td.TdClassName
{
border-color: #708D99;
}
.TagClassName
{
border-color: #708D99;
}
</style>