Shades of Bermuda Grey #708898
Tints of Bermuda Grey #708898
RGB
CMYK
RGB Variations
Color information
#708898 (or 0x708898) is known color: Bermuda Grey. HEX triplet: 70, 88 and 98. RGB value is (112,136,152). Sum of RGB (Red+Green+Blue) = 112+136+152=400 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28% from 400); Green value is 136 (53.52% from 255 or 34% from 400); Blue value is 152 (59.77% from 255 or 38% from 400); Max value from RGB is 152 - color contains mainly: blue. Hex color #708898 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708898 is #8F7767. Grayscale: #828282. Windows color (decimal): -9402216 or 9996400. OLE color: 9996400.
HSL color Cylindrical-coordinate representation of color #708898: hue angle of 204º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #708898 is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 112 | 136 | 152 | - |
| CMYK | 0.26 | 0.11 | 0 | 0.40 |
| HSL | 204º | 0.16% | 0.52% | - |
| HSV(B) | 204º | 0.26% | 0.6% | - |
| XYZ | 21.15 | 23.32 | 33.09 | - |
| YUV | 130.65 | 140.05 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 136 | 152 | 0.26 | 0.11 | 0 | 0.40 | 204 | 0.16 | 0.52 |
| Hex | 70 | 88 | 98 | 1A | B | 0 | 28 | CC | 10 | 34 |
| Octal | 160 | 210 | 230 | 32 | 13 | 0 | 50 | 314 | 20 | 64 |
| Binary | 1110000 | 10001000 | 10011000 | 11010 | 1011 | 0 | 101000 | 11001100 | 10000 | 110100 |
Color Harmonies of #708898
Complementary color
Monochromatic Colors of #708898
Black with #708898
Text Example
Text Example
White with #708898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708898; }
p { color: rgb(112,136,152); }
H1.HeaderClassName
{
color: #708898;
}
.AnyTagClassName
{
color: #708898;
}
</style>
background-color css
<style>
a { background-color: #708898; }
a { background-color: rgb(112,136,152); }
div.DivClassName
{
background-color: #708898;
}
.BgClassName
{
background-color: #708898;
}
</style>
border-color css
<style>
span { border-color: #708898; }
span { border-color: rgb(112,136,152); }
td.TdClassName
{
border-color: #708898;
}
.TagClassName
{
border-color: #708898;
}
</style>