Shades of Bermuda Grey #708AA7
Tints of Bermuda Grey #708AA7
RGB
CMYK
RGB Variations
Color information
#708AA7 (or 0x708AA7) is known color: Bermuda Grey. HEX triplet: 70, 8A and A7. RGB value is (112,138,167). Sum of RGB (Red+Green+Blue) = 112+138+167=417 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.86% from 417); Green value is 138 (54.30% from 255 or 33.09% from 417); Blue value is 167 (65.62% from 255 or 40.05% from 417); Max value from RGB is 167 - color contains mainly: blue. Hex color #708AA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708AA7 is #8F7558. Grayscale: #858585. Windows color (decimal): -9401689 or 10979952. OLE color: 10979952.
HSL color Cylindrical-coordinate representation of color #708AA7: hue angle of 211.64º degrees, saturation: 0.24, 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 #708AA7 is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 112 | 138 | 167 | - |
| CMYK | 0.33 | 0.17 | 0 | 0.35 |
| HSL | 211.64º | 0.24% | 0.55% | - |
| HSV(B) | 211.64º | 0.33% | 0.65% | - |
| XYZ | 22.75 | 24.41 | 40.07 | - |
| YUV | 133.53 | 146.89 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 138 | 167 | 0.33 | 0.17 | 0 | 0.35 | 211.64 | 0.24 | 0.55 |
| Hex | 70 | 8A | A7 | 21 | 11 | 0 | 23 | D4 | 18 | 37 |
| Octal | 160 | 212 | 247 | 41 | 21 | 0 | 43 | 324 | 30 | 67 |
| Binary | 1110000 | 10001010 | 10100111 | 100001 | 10001 | 0 | 100011 | 11010100 | 11000 | 110111 |
Color Harmonies of #708AA7
Complementary color
Monochromatic Colors of #708AA7
Black with #708AA7
Text Example
Text Example
White with #708AA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708AA7; }
p { color: rgb(112,138,167); }
H1.HeaderClassName
{
color: #708AA7;
}
.AnyTagClassName
{
color: #708AA7;
}
</style>
background-color css
<style>
a { background-color: #708AA7; }
a { background-color: rgb(112,138,167); }
div.DivClassName
{
background-color: #708AA7;
}
.BgClassName
{
background-color: #708AA7;
}
</style>
border-color css
<style>
span { border-color: #708AA7; }
span { border-color: rgb(112,138,167); }
td.TdClassName
{
border-color: #708AA7;
}
.TagClassName
{
border-color: #708AA7;
}
</style>