Shades of Bermuda Grey #708F9D
Tints of Bermuda Grey #708F9D
RGB
CMYK
RGB Variations
Color information
#708F9D (or 0x708F9D) is known color: Bermuda Grey. HEX triplet: 70, 8F and 9D. RGB value is (112,143,157). Sum of RGB (Red+Green+Blue) = 112+143+157=412 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.18% from 412); Green value is 143 (56.25% from 255 or 34.71% from 412); Blue value is 157 (61.72% from 255 or 38.11% from 412); Max value from RGB is 157 - color contains mainly: blue. Hex color #708F9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708F9D is #8F7062. Grayscale: #878787. Windows color (decimal): -9400419 or 10325872. OLE color: 10325872.
HSL color Cylindrical-coordinate representation of color #708F9D: hue angle of 198.67º 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 #708F9D is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 143 | 157 | - |
| CMYK | 0.29 | 0.09 | 0 | 0.38 |
| HSL | 198.67º | 0.19% | 0.53% | - |
| HSV(B) | 198.67º | 0.29% | 0.62% | - |
| XYZ | 22.59 | 25.52 | 35.63 | - |
| YUV | 135.33 | 140.23 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 143 | 157 | 0.29 | 0.09 | 0 | 0.38 | 198.67 | 0.19 | 0.53 |
| Hex | 70 | 8F | 9D | 1D | 9 | 0 | 26 | C7 | 13 | 35 |
| Octal | 160 | 217 | 235 | 35 | 11 | 0 | 46 | 307 | 23 | 65 |
| Binary | 1110000 | 10001111 | 10011101 | 11101 | 1001 | 0 | 100110 | 11000111 | 10011 | 110101 |
Color Harmonies of #708F9D
Complementary color
Monochromatic Colors of #708F9D
Black with #708F9D
Text Example
Text Example
White with #708F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708F9D; }
p { color: rgb(112,143,157); }
H1.HeaderClassName
{
color: #708F9D;
}
.AnyTagClassName
{
color: #708F9D;
}
</style>
background-color css
<style>
a { background-color: #708F9D; }
a { background-color: rgb(112,143,157); }
div.DivClassName
{
background-color: #708F9D;
}
.BgClassName
{
background-color: #708F9D;
}
</style>
border-color css
<style>
span { border-color: #708F9D; }
span { border-color: rgb(112,143,157); }
td.TdClassName
{
border-color: #708F9D;
}
.TagClassName
{
border-color: #708F9D;
}
</style>