Shades of Bermuda Grey #708BA4
Tints of Bermuda Grey #708BA4
RGB
CMYK
RGB Variations
Color information
#708BA4 (or 0x708BA4) is known color: Bermuda Grey. HEX triplet: 70, 8B and A4. RGB value is (112,139,164). Sum of RGB (Red+Green+Blue) = 112+139+164=415 (54% of max value = 765). Red value is 112 (44.14% from 255 or 26.99% from 415); Green value is 139 (54.69% from 255 or 33.49% from 415); Blue value is 164 (64.45% from 255 or 39.52% from 415); Max value from RGB is 164 - color contains mainly: blue. Hex color #708BA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708BA4 is #8F745B. Grayscale: #858585. Windows color (decimal): -9401436 or 10783600. OLE color: 10783600.
HSL color Cylindrical-coordinate representation of color #708BA4: hue angle of 208.85º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #708BA4 is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 112 | 139 | 164 | - |
| CMYK | 0.32 | 0.15 | 0 | 0.36 |
| HSL | 208.85º | 0.22% | 0.54% | - |
| HSV(B) | 208.85º | 0.32% | 0.64% | - |
| XYZ | 22.62 | 24.59 | 38.68 | - |
| YUV | 133.78 | 145.05 | 112.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 139 | 164 | 0.32 | 0.15 | 0 | 0.36 | 208.85 | 0.22 | 0.54 |
| Hex | 70 | 8B | A4 | 20 | F | 0 | 24 | D1 | 16 | 36 |
| Octal | 160 | 213 | 244 | 40 | 17 | 0 | 44 | 321 | 26 | 66 |
| Binary | 1110000 | 10001011 | 10100100 | 100000 | 1111 | 0 | 100100 | 11010001 | 10110 | 110110 |
Color Harmonies of #708BA4
Complementary color
Monochromatic Colors of #708BA4
Black with #708BA4
Text Example
Text Example
White with #708BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708BA4; }
p { color: rgb(112,139,164); }
H1.HeaderClassName
{
color: #708BA4;
}
.AnyTagClassName
{
color: #708BA4;
}
</style>
background-color css
<style>
a { background-color: #708BA4; }
a { background-color: rgb(112,139,164); }
div.DivClassName
{
background-color: #708BA4;
}
.BgClassName
{
background-color: #708BA4;
}
</style>
border-color css
<style>
span { border-color: #708BA4; }
span { border-color: rgb(112,139,164); }
td.TdClassName
{
border-color: #708BA4;
}
.TagClassName
{
border-color: #708BA4;
}
</style>