Shades of Bermuda Grey #708C9F
Tints of Bermuda Grey #708C9F
RGB
CMYK
RGB Variations
Color information
#708C9F (or 0x708C9F) is known color: Bermuda Grey. HEX triplet: 70, 8C and 9F. RGB value is (112,140,159). Sum of RGB (Red+Green+Blue) = 112+140+159=411 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.25% from 411); Green value is 140 (55.08% from 255 or 34.06% from 411); Blue value is 159 (62.5% from 255 or 38.69% from 411); Max value from RGB is 159 - color contains mainly: blue. Hex color #708C9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708C9F is #8F7360. Grayscale: #858585. Windows color (decimal): -9401185 or 10456176. OLE color: 10456176.
HSL color Cylindrical-coordinate representation of color #708C9F: hue angle of 204.26º 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 #708C9F is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 140 | 159 | - |
| CMYK | 0.30 | 0.12 | 0 | 0.38 |
| HSL | 204.26º | 0.2% | 0.53% | - |
| HSV(B) | 204.26º | 0.3% | 0.62% | - |
| XYZ | 22.32 | 24.7 | 36.39 | - |
| YUV | 133.79 | 142.22 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 140 | 159 | 0.30 | 0.12 | 0 | 0.38 | 204.26 | 0.2 | 0.53 |
| Hex | 70 | 8C | 9F | 1E | C | 0 | 26 | CC | 14 | 35 |
| Octal | 160 | 214 | 237 | 36 | 14 | 0 | 46 | 314 | 24 | 65 |
| Binary | 1110000 | 10001100 | 10011111 | 11110 | 1100 | 0 | 100110 | 11001100 | 10100 | 110101 |
Color Harmonies of #708C9F
Complementary color
Monochromatic Colors of #708C9F
Black with #708C9F
Text Example
Text Example
White with #708C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708C9F; }
p { color: rgb(112,140,159); }
H1.HeaderClassName
{
color: #708C9F;
}
.AnyTagClassName
{
color: #708C9F;
}
</style>
background-color css
<style>
a { background-color: #708C9F; }
a { background-color: rgb(112,140,159); }
div.DivClassName
{
background-color: #708C9F;
}
.BgClassName
{
background-color: #708C9F;
}
</style>
border-color css
<style>
span { border-color: #708C9F; }
span { border-color: rgb(112,140,159); }
td.TdClassName
{
border-color: #708C9F;
}
.TagClassName
{
border-color: #708C9F;
}
</style>