Shades of Bermuda Grey #708B9F
Tints of Bermuda Grey #708B9F
RGB
CMYK
RGB Variations
Color information
#708B9F (or 0x708B9F) is known color: Bermuda Grey. HEX triplet: 70, 8B and 9F. RGB value is (112,139,159). Sum of RGB (Red+Green+Blue) = 112+139+159=410 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.32% from 410); Green value is 139 (54.69% from 255 or 33.90% from 410); Blue value is 159 (62.5% from 255 or 38.78% from 410); Max value from RGB is 159 - color contains mainly: blue. Hex color #708B9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708B9F is #8F7460. Grayscale: #858585. Windows color (decimal): -9401441 or 10455920. OLE color: 10455920.
HSL color Cylindrical-coordinate representation of color #708B9F: hue angle of 205.53º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #708B9F is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 139 | 159 | - |
| CMYK | 0.30 | 0.13 | 0 | 0.38 |
| HSL | 205.53º | 0.2% | 0.53% | - |
| HSV(B) | 205.53º | 0.3% | 0.62% | - |
| XYZ | 22.17 | 24.41 | 36.34 | - |
| YUV | 133.21 | 142.55 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 139 | 159 | 0.30 | 0.13 | 0 | 0.38 | 205.53 | 0.2 | 0.53 |
| Hex | 70 | 8B | 9F | 1E | D | 0 | 26 | CE | 14 | 35 |
| Octal | 160 | 213 | 237 | 36 | 15 | 0 | 46 | 316 | 24 | 65 |
| Binary | 1110000 | 10001011 | 10011111 | 11110 | 1101 | 0 | 100110 | 11001110 | 10100 | 110101 |
Color Harmonies of #708B9F
Complementary color
Monochromatic Colors of #708B9F
Black with #708B9F
Text Example
Text Example
White with #708B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708B9F; }
p { color: rgb(112,139,159); }
H1.HeaderClassName
{
color: #708B9F;
}
.AnyTagClassName
{
color: #708B9F;
}
</style>
background-color css
<style>
a { background-color: #708B9F; }
a { background-color: rgb(112,139,159); }
div.DivClassName
{
background-color: #708B9F;
}
.BgClassName
{
background-color: #708B9F;
}
</style>
border-color css
<style>
span { border-color: #708B9F; }
span { border-color: rgb(112,139,159); }
td.TdClassName
{
border-color: #708B9F;
}
.TagClassName
{
border-color: #708B9F;
}
</style>