Shades of Bermuda Grey #708BAA
Tints of Bermuda Grey #708BAA
RGB
CMYK
RGB Variations
Color information
#708BAA (or 0x708BAA) is known color: Bermuda Grey. HEX triplet: 70, 8B and AA. RGB value is (112,139,170). Sum of RGB (Red+Green+Blue) = 112+139+170=421 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.60% from 421); Green value is 139 (54.69% from 255 or 33.02% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 170 - color contains mainly: blue. Hex color #708BAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708BAA is #8F7455. Grayscale: #868686. Windows color (decimal): -9401430 or 11176816. OLE color: 11176816.
HSL color Cylindrical-coordinate representation of color #708BAA: hue angle of 212.07º 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 #708BAA is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 139 | 170 | - |
| CMYK | 0.34 | 0.18 | 0 | 0.33 |
| HSL | 212.07º | 0.25% | 0.55% | - |
| HSV(B) | 212.07º | 0.34% | 0.67% | - |
| XYZ | 23.17 | 24.81 | 41.6 | - |
| YUV | 134.46 | 148.05 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 139 | 170 | 0.34 | 0.18 | 0 | 0.33 | 212.07 | 0.25 | 0.55 |
| Hex | 70 | 8B | AA | 22 | 12 | 0 | 21 | D4 | 19 | 37 |
| Octal | 160 | 213 | 252 | 42 | 22 | 0 | 41 | 324 | 31 | 67 |
| Binary | 1110000 | 10001011 | 10101010 | 100010 | 10010 | 0 | 100001 | 11010100 | 11001 | 110111 |
Color Harmonies of #708BAA
Complementary color
Monochromatic Colors of #708BAA
Black with #708BAA
Text Example
Text Example
White with #708BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708BAA; }
p { color: rgb(112,139,170); }
H1.HeaderClassName
{
color: #708BAA;
}
.AnyTagClassName
{
color: #708BAA;
}
</style>
background-color css
<style>
a { background-color: #708BAA; }
a { background-color: rgb(112,139,170); }
div.DivClassName
{
background-color: #708BAA;
}
.BgClassName
{
background-color: #708BAA;
}
</style>
border-color css
<style>
span { border-color: #708BAA; }
span { border-color: rgb(112,139,170); }
td.TdClassName
{
border-color: #708BAA;
}
.TagClassName
{
border-color: #708BAA;
}
</style>