Shades of Bermuda Grey #708FAA
Tints of Bermuda Grey #708FAA
RGB
CMYK
RGB Variations
Color information
#708FAA (or 0x708FAA) is known color: Bermuda Grey. HEX triplet: 70, 8F and AA. RGB value is (112,143,170). Sum of RGB (Red+Green+Blue) = 112+143+170=425 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.35% from 425); Green value is 143 (56.25% from 255 or 33.65% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 170 - color contains mainly: blue. Hex color #708FAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708FAA is #8F7055. Grayscale: #888888. Windows color (decimal): -9400406 or 11177840. OLE color: 11177840.
HSL color Cylindrical-coordinate representation of color #708FAA: hue angle of 207.93º 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 #708FAA is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 143 | 170 | - |
| CMYK | 0.34 | 0.16 | 0 | 0.33 |
| HSL | 207.93º | 0.25% | 0.55% | - |
| HSV(B) | 207.93º | 0.34% | 0.67% | - |
| XYZ | 23.76 | 25.99 | 41.79 | - |
| YUV | 136.81 | 146.73 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 143 | 170 | 0.34 | 0.16 | 0 | 0.33 | 207.93 | 0.25 | 0.55 |
| Hex | 70 | 8F | AA | 22 | 10 | 0 | 21 | D0 | 19 | 37 |
| Octal | 160 | 217 | 252 | 42 | 20 | 0 | 41 | 320 | 31 | 67 |
| Binary | 1110000 | 10001111 | 10101010 | 100010 | 10000 | 0 | 100001 | 11010000 | 11001 | 110111 |
Color Harmonies of #708FAA
Complementary color
Monochromatic Colors of #708FAA
Black with #708FAA
Text Example
Text Example
White with #708FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708FAA; }
p { color: rgb(112,143,170); }
H1.HeaderClassName
{
color: #708FAA;
}
.AnyTagClassName
{
color: #708FAA;
}
</style>
background-color css
<style>
a { background-color: #708FAA; }
a { background-color: rgb(112,143,170); }
div.DivClassName
{
background-color: #708FAA;
}
.BgClassName
{
background-color: #708FAA;
}
</style>
border-color css
<style>
span { border-color: #708FAA; }
span { border-color: rgb(112,143,170); }
td.TdClassName
{
border-color: #708FAA;
}
.TagClassName
{
border-color: #708FAA;
}
</style>