Shades of Bermuda Grey #708C9D
Tints of Bermuda Grey #708C9D
RGB
CMYK
RGB Variations
Color information
#708C9D (or 0x708C9D) is known color: Bermuda Grey. HEX triplet: 70, 8C and 9D. RGB value is (112,140,157). Sum of RGB (Red+Green+Blue) = 112+140+157=409 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.38% from 409); Green value is 140 (55.08% from 255 or 34.23% from 409); Blue value is 157 (61.72% from 255 or 38.39% from 409); Max value from RGB is 157 - color contains mainly: blue. Hex color #708C9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708C9D is #8F7362. Grayscale: #858585. Windows color (decimal): -9401187 or 10325104. OLE color: 10325104.
HSL color Cylindrical-coordinate representation of color #708C9D: hue angle of 202.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 #708C9D is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 140 | 157 | - |
| CMYK | 0.29 | 0.11 | 0 | 0.38 |
| HSL | 202.67º | 0.19% | 0.53% | - |
| HSV(B) | 202.67º | 0.29% | 0.62% | - |
| XYZ | 22.15 | 24.64 | 35.49 | - |
| YUV | 133.57 | 141.22 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 140 | 157 | 0.29 | 0.11 | 0 | 0.38 | 202.67 | 0.19 | 0.53 |
| Hex | 70 | 8C | 9D | 1D | B | 0 | 26 | CB | 13 | 35 |
| Octal | 160 | 214 | 235 | 35 | 13 | 0 | 46 | 313 | 23 | 65 |
| Binary | 1110000 | 10001100 | 10011101 | 11101 | 1011 | 0 | 100110 | 11001011 | 10011 | 110101 |
Color Harmonies of #708C9D
Complementary color
Monochromatic Colors of #708C9D
Black with #708C9D
Text Example
Text Example
White with #708C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708C9D; }
p { color: rgb(112,140,157); }
H1.HeaderClassName
{
color: #708C9D;
}
.AnyTagClassName
{
color: #708C9D;
}
</style>
background-color css
<style>
a { background-color: #708C9D; }
a { background-color: rgb(112,140,157); }
div.DivClassName
{
background-color: #708C9D;
}
.BgClassName
{
background-color: #708C9D;
}
</style>
border-color css
<style>
span { border-color: #708C9D; }
span { border-color: rgb(112,140,157); }
td.TdClassName
{
border-color: #708C9D;
}
.TagClassName
{
border-color: #708C9D;
}
</style>