Shades of Bermuda Grey #708998
Tints of Bermuda Grey #708998
RGB
CMYK
RGB Variations
Color information
#708998 (or 0x708998) is known color: Bermuda Grey. HEX triplet: 70, 89 and 98. RGB value is (112,137,152). Sum of RGB (Red+Green+Blue) = 112+137+152=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 137 (53.91% from 255 or 34.16% from 401); Blue value is 152 (59.77% from 255 or 37.91% from 401); Max value from RGB is 152 - color contains mainly: blue. Hex color #708998 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708998 is #8F7667. Grayscale: #838383. Windows color (decimal): -9401960 or 9996656. OLE color: 9996656.
HSL color Cylindrical-coordinate representation of color #708998: hue angle of 202.5º 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 #708998 is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 112 | 137 | 152 | - |
| CMYK | 0.26 | 0.10 | 0 | 0.40 |
| HSL | 202.5º | 0.16% | 0.52% | - |
| HSV(B) | 202.5º | 0.26% | 0.6% | - |
| XYZ | 21.3 | 23.6 | 33.14 | - |
| YUV | 131.24 | 139.72 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 137 | 152 | 0.26 | 0.10 | 0 | 0.40 | 202.5 | 0.16 | 0.52 |
| Hex | 70 | 89 | 98 | 1A | A | 0 | 28 | CA | 10 | 34 |
| Octal | 160 | 211 | 230 | 32 | 12 | 0 | 50 | 312 | 20 | 64 |
| Binary | 1110000 | 10001001 | 10011000 | 11010 | 1010 | 0 | 101000 | 11001010 | 10000 | 110100 |
Color Harmonies of #708998
Complementary color
Monochromatic Colors of #708998
Black with #708998
Text Example
Text Example
White with #708998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708998; }
p { color: rgb(112,137,152); }
H1.HeaderClassName
{
color: #708998;
}
.AnyTagClassName
{
color: #708998;
}
</style>
background-color css
<style>
a { background-color: #708998; }
a { background-color: rgb(112,137,152); }
div.DivClassName
{
background-color: #708998;
}
.BgClassName
{
background-color: #708998;
}
</style>
border-color css
<style>
span { border-color: #708998; }
span { border-color: rgb(112,137,152); }
td.TdClassName
{
border-color: #708998;
}
.TagClassName
{
border-color: #708998;
}
</style>