Shades of Bermuda Grey #708A9E
Tints of Bermuda Grey #708A9E
RGB
CMYK
RGB Variations
Color information
#708A9E (or 0x708A9E) is known color: Bermuda Grey. HEX triplet: 70, 8A and 9E. RGB value is (112,138,158). Sum of RGB (Red+Green+Blue) = 112+138+158=408 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.45% from 408); Green value is 138 (54.30% from 255 or 33.82% from 408); Blue value is 158 (62.11% from 255 or 38.73% from 408); Max value from RGB is 158 - color contains mainly: blue. Hex color #708A9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708A9E is #8F7561. Grayscale: #848484. Windows color (decimal): -9401698 or 10390128. OLE color: 10390128.
HSL color Cylindrical-coordinate representation of color #708A9E: hue angle of 206.09º 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 #708A9E is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 138 | 158 | - |
| CMYK | 0.29 | 0.13 | 0 | 0.38 |
| HSL | 206.09º | 0.19% | 0.53% | - |
| HSV(B) | 206.09º | 0.29% | 0.62% | - |
| XYZ | 21.94 | 24.09 | 35.84 | - |
| YUV | 132.51 | 142.39 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 138 | 158 | 0.29 | 0.13 | 0 | 0.38 | 206.09 | 0.19 | 0.53 |
| Hex | 70 | 8A | 9E | 1D | D | 0 | 26 | CE | 13 | 35 |
| Octal | 160 | 212 | 236 | 35 | 15 | 0 | 46 | 316 | 23 | 65 |
| Binary | 1110000 | 10001010 | 10011110 | 11101 | 1101 | 0 | 100110 | 11001110 | 10011 | 110101 |
Color Harmonies of #708A9E
Complementary color
Monochromatic Colors of #708A9E
Black with #708A9E
Text Example
Text Example
White with #708A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708A9E; }
p { color: rgb(112,138,158); }
H1.HeaderClassName
{
color: #708A9E;
}
.AnyTagClassName
{
color: #708A9E;
}
</style>
background-color css
<style>
a { background-color: #708A9E; }
a { background-color: rgb(112,138,158); }
div.DivClassName
{
background-color: #708A9E;
}
.BgClassName
{
background-color: #708A9E;
}
</style>
border-color css
<style>
span { border-color: #708A9E; }
span { border-color: rgb(112,138,158); }
td.TdClassName
{
border-color: #708A9E;
}
.TagClassName
{
border-color: #708A9E;
}
</style>