Shades of Bermuda Grey #708E9E
Tints of Bermuda Grey #708E9E
RGB
CMYK
RGB Variations
Color information
#708E9E (or 0x708E9E) is known color: Bermuda Grey. HEX triplet: 70, 8E and 9E. RGB value is (112,142,158). Sum of RGB (Red+Green+Blue) = 112+142+158=412 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.18% from 412); Green value is 142 (55.86% from 255 or 34.47% from 412); Blue value is 158 (62.11% from 255 or 38.35% from 412); Max value from RGB is 158 - color contains mainly: blue. Hex color #708E9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708E9E is #8F7161. Grayscale: #868686. Windows color (decimal): -9400674 or 10391152. OLE color: 10391152.
HSL color Cylindrical-coordinate representation of color #708E9E: hue angle of 200.87º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #708E9E is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 142 | 158 | - |
| CMYK | 0.29 | 0.10 | 0 | 0.38 |
| HSL | 200.87º | 0.19% | 0.53% | - |
| HSV(B) | 200.87º | 0.29% | 0.62% | - |
| XYZ | 22.53 | 25.26 | 36.04 | - |
| YUV | 134.85 | 141.06 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 142 | 158 | 0.29 | 0.10 | 0 | 0.38 | 200.87 | 0.19 | 0.53 |
| Hex | 70 | 8E | 9E | 1D | A | 0 | 26 | C9 | 13 | 35 |
| Octal | 160 | 216 | 236 | 35 | 12 | 0 | 46 | 311 | 23 | 65 |
| Binary | 1110000 | 10001110 | 10011110 | 11101 | 1010 | 0 | 100110 | 11001001 | 10011 | 110101 |
Color Harmonies of #708E9E
Complementary color
Monochromatic Colors of #708E9E
Black with #708E9E
Text Example
Text Example
White with #708E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708E9E; }
p { color: rgb(112,142,158); }
H1.HeaderClassName
{
color: #708E9E;
}
.AnyTagClassName
{
color: #708E9E;
}
</style>
background-color css
<style>
a { background-color: #708E9E; }
a { background-color: rgb(112,142,158); }
div.DivClassName
{
background-color: #708E9E;
}
.BgClassName
{
background-color: #708E9E;
}
</style>
border-color css
<style>
span { border-color: #708E9E; }
span { border-color: rgb(112,142,158); }
td.TdClassName
{
border-color: #708E9E;
}
.TagClassName
{
border-color: #708E9E;
}
</style>