Shades of Bermuda Grey #708AA6
Tints of Bermuda Grey #708AA6
RGB
CMYK
RGB Variations
Color information
#708AA6 (or 0x708AA6) is known color: Bermuda Grey. HEX triplet: 70, 8A and A6. RGB value is (112,138,166). Sum of RGB (Red+Green+Blue) = 112+138+166=416 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.92% from 416); Green value is 138 (54.30% from 255 or 33.17% from 416); Blue value is 166 (65.23% from 255 or 39.90% from 416); Max value from RGB is 166 - color contains mainly: blue. Hex color #708AA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708AA6 is #8F7559. Grayscale: #858585. Windows color (decimal): -9401690 or 10914416. OLE color: 10914416.
HSL color Cylindrical-coordinate representation of color #708AA6: hue angle of 211.11º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #708AA6 is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 112 | 138 | 166 | - |
| CMYK | 0.33 | 0.17 | 0 | 0.35 |
| HSL | 211.11º | 0.23% | 0.55% | - |
| HSV(B) | 211.11º | 0.33% | 0.65% | - |
| XYZ | 22.65 | 24.37 | 39.59 | - |
| YUV | 133.42 | 146.39 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 138 | 166 | 0.33 | 0.17 | 0 | 0.35 | 211.11 | 0.23 | 0.55 |
| Hex | 70 | 8A | A6 | 21 | 11 | 0 | 23 | D3 | 17 | 37 |
| Octal | 160 | 212 | 246 | 41 | 21 | 0 | 43 | 323 | 27 | 67 |
| Binary | 1110000 | 10001010 | 10100110 | 100001 | 10001 | 0 | 100011 | 11010011 | 10111 | 110111 |
Color Harmonies of #708AA6
Complementary color
Monochromatic Colors of #708AA6
Black with #708AA6
Text Example
Text Example
White with #708AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708AA6; }
p { color: rgb(112,138,166); }
H1.HeaderClassName
{
color: #708AA6;
}
.AnyTagClassName
{
color: #708AA6;
}
</style>
background-color css
<style>
a { background-color: #708AA6; }
a { background-color: rgb(112,138,166); }
div.DivClassName
{
background-color: #708AA6;
}
.BgClassName
{
background-color: #708AA6;
}
</style>
border-color css
<style>
span { border-color: #708AA6; }
span { border-color: rgb(112,138,166); }
td.TdClassName
{
border-color: #708AA6;
}
.TagClassName
{
border-color: #708AA6;
}
</style>