Shades of Bermuda Grey #708DAA
Tints of Bermuda Grey #708DAA
RGB
CMYK
RGB Variations
Color information
#708DAA (or 0x708DAA) is known color: Bermuda Grey. HEX triplet: 70, 8D and AA. RGB value is (112,141,170). Sum of RGB (Red+Green+Blue) = 112+141+170=423 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.48% from 423); Green value is 141 (55.47% from 255 or 33.33% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 170 - color contains mainly: blue. Hex color #708DAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708DAA is #8F7255. Grayscale: #878787. Windows color (decimal): -9400918 or 11177328. OLE color: 11177328.
HSL color Cylindrical-coordinate representation of color #708DAA: hue angle of 210º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #708DAA is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 141 | 170 | - |
| CMYK | 0.34 | 0.17 | 0 | 0.33 |
| HSL | 210º | 0.25% | 0.55% | - |
| HSV(B) | 210º | 0.34% | 0.67% | - |
| XYZ | 23.46 | 25.4 | 41.7 | - |
| YUV | 135.64 | 147.39 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 141 | 170 | 0.34 | 0.17 | 0 | 0.33 | 210 | 0.25 | 0.55 |
| Hex | 70 | 8D | AA | 22 | 11 | 0 | 21 | D2 | 19 | 37 |
| Octal | 160 | 215 | 252 | 42 | 21 | 0 | 41 | 322 | 31 | 67 |
| Binary | 1110000 | 10001101 | 10101010 | 100010 | 10001 | 0 | 100001 | 11010010 | 11001 | 110111 |
Color Harmonies of #708DAA
Complementary color
Monochromatic Colors of #708DAA
Black with #708DAA
Text Example
Text Example
White with #708DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708DAA; }
p { color: rgb(112,141,170); }
H1.HeaderClassName
{
color: #708DAA;
}
.AnyTagClassName
{
color: #708DAA;
}
</style>
background-color css
<style>
a { background-color: #708DAA; }
a { background-color: rgb(112,141,170); }
div.DivClassName
{
background-color: #708DAA;
}
.BgClassName
{
background-color: #708DAA;
}
</style>
border-color css
<style>
span { border-color: #708DAA; }
span { border-color: rgb(112,141,170); }
td.TdClassName
{
border-color: #708DAA;
}
.TagClassName
{
border-color: #708DAA;
}
</style>