Shades of Bermuda Grey #708899
Tints of Bermuda Grey #708899
RGB
CMYK
RGB Variations
Color information
#708899 (or 0x708899) is known color: Bermuda Grey. HEX triplet: 70, 88 and 99. RGB value is (112,136,153). Sum of RGB (Red+Green+Blue) = 112+136+153=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 136 (53.52% from 255 or 33.92% from 401); Blue value is 153 (60.16% from 255 or 38.15% from 401); Max value from RGB is 153 - color contains mainly: blue. Hex color #708899 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708899 is #8F7766. Grayscale: #828282. Windows color (decimal): -9402215 or 10061936. OLE color: 10061936.
HSL color Cylindrical-coordinate representation of color #708899: hue angle of 204.88º 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 #708899 is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 112 | 136 | 153 | - |
| CMYK | 0.27 | 0.11 | 0 | 0.4 |
| HSL | 204.88º | 0.17% | 0.52% | - |
| HSV(B) | 204.88º | 0.27% | 0.6% | - |
| XYZ | 21.24 | 23.35 | 33.53 | - |
| YUV | 130.76 | 140.55 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 136 | 153 | 0.27 | 0.11 | 0 | 0.4 | 204.88 | 0.17 | 0.52 |
| Hex | 70 | 88 | 99 | 1B | B | 0 | 28 | CD | 11 | 34 |
| Octal | 160 | 210 | 231 | 33 | 13 | 0 | 50 | 315 | 21 | 64 |
| Binary | 1110000 | 10001000 | 10011001 | 11011 | 1011 | 0 | 101000 | 11001101 | 10001 | 110100 |
Color Harmonies of #708899
Complementary color
Monochromatic Colors of #708899
Black with #708899
Text Example
Text Example
White with #708899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708899; }
p { color: rgb(112,136,153); }
H1.HeaderClassName
{
color: #708899;
}
.AnyTagClassName
{
color: #708899;
}
</style>
background-color css
<style>
a { background-color: #708899; }
a { background-color: rgb(112,136,153); }
div.DivClassName
{
background-color: #708899;
}
.BgClassName
{
background-color: #708899;
}
</style>
border-color css
<style>
span { border-color: #708899; }
span { border-color: rgb(112,136,153); }
td.TdClassName
{
border-color: #708899;
}
.TagClassName
{
border-color: #708899;
}
</style>