Shades of Bermuda Grey #708C9E
Tints of Bermuda Grey #708C9E
RGB
CMYK
RGB Variations
Color information
#708C9E (or 0x708C9E) is known color: Bermuda Grey. HEX triplet: 70, 8C and 9E. RGB value is (112,140,158). Sum of RGB (Red+Green+Blue) = 112+140+158=410 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.32% from 410); Green value is 140 (55.08% from 255 or 34.15% from 410); Blue value is 158 (62.11% from 255 or 38.54% from 410); Max value from RGB is 158 - color contains mainly: blue. Hex color #708C9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708C9E is #8F7361. Grayscale: #858585. Windows color (decimal): -9401186 or 10390640. OLE color: 10390640.
HSL color Cylindrical-coordinate representation of color #708C9E: hue angle of 203.48º 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 #708C9E is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 140 | 158 | - |
| CMYK | 0.29 | 0.11 | 0 | 0.38 |
| HSL | 203.48º | 0.19% | 0.53% | - |
| HSV(B) | 203.48º | 0.29% | 0.62% | - |
| XYZ | 22.23 | 24.67 | 35.94 | - |
| YUV | 133.68 | 141.72 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 140 | 158 | 0.29 | 0.11 | 0 | 0.38 | 203.48 | 0.19 | 0.53 |
| Hex | 70 | 8C | 9E | 1D | B | 0 | 26 | CB | 13 | 35 |
| Octal | 160 | 214 | 236 | 35 | 13 | 0 | 46 | 313 | 23 | 65 |
| Binary | 1110000 | 10001100 | 10011110 | 11101 | 1011 | 0 | 100110 | 11001011 | 10011 | 110101 |
Color Harmonies of #708C9E
Complementary color
Monochromatic Colors of #708C9E
Black with #708C9E
Text Example
Text Example
White with #708C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708C9E; }
p { color: rgb(112,140,158); }
H1.HeaderClassName
{
color: #708C9E;
}
.AnyTagClassName
{
color: #708C9E;
}
</style>
background-color css
<style>
a { background-color: #708C9E; }
a { background-color: rgb(112,140,158); }
div.DivClassName
{
background-color: #708C9E;
}
.BgClassName
{
background-color: #708C9E;
}
</style>
border-color css
<style>
span { border-color: #708C9E; }
span { border-color: rgb(112,140,158); }
td.TdClassName
{
border-color: #708C9E;
}
.TagClassName
{
border-color: #708C9E;
}
</style>