Shades of Bermuda Grey #708AA4
Tints of Bermuda Grey #708AA4
RGB
CMYK
RGB Variations
Color information
#708AA4 (or 0x708AA4) is known color: Bermuda Grey. HEX triplet: 70, 8A and A4. RGB value is (112,138,164). Sum of RGB (Red+Green+Blue) = 112+138+164=414 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.05% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 164 (64.45% from 255 or 39.61% from 414); Max value from RGB is 164 - color contains mainly: blue. Hex color #708AA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708AA4 is #8F755B. Grayscale: #858585. Windows color (decimal): -9401692 or 10783344. OLE color: 10783344.
HSL color Cylindrical-coordinate representation of color #708AA4: hue angle of 210º 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 #708AA4 is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 112 | 138 | 164 | - |
| CMYK | 0.32 | 0.16 | 0 | 0.36 |
| HSL | 210º | 0.22% | 0.54% | - |
| HSV(B) | 210º | 0.32% | 0.64% | - |
| XYZ | 22.47 | 24.3 | 38.63 | - |
| YUV | 133.19 | 145.39 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 138 | 164 | 0.32 | 0.16 | 0 | 0.36 | 210 | 0.22 | 0.54 |
| Hex | 70 | 8A | A4 | 20 | 10 | 0 | 24 | D2 | 16 | 36 |
| Octal | 160 | 212 | 244 | 40 | 20 | 0 | 44 | 322 | 26 | 66 |
| Binary | 1110000 | 10001010 | 10100100 | 100000 | 10000 | 0 | 100100 | 11010010 | 10110 | 110110 |
Color Harmonies of #708AA4
Complementary color
Monochromatic Colors of #708AA4
Black with #708AA4
Text Example
Text Example
White with #708AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708AA4; }
p { color: rgb(112,138,164); }
H1.HeaderClassName
{
color: #708AA4;
}
.AnyTagClassName
{
color: #708AA4;
}
</style>
background-color css
<style>
a { background-color: #708AA4; }
a { background-color: rgb(112,138,164); }
div.DivClassName
{
background-color: #708AA4;
}
.BgClassName
{
background-color: #708AA4;
}
</style>
border-color css
<style>
span { border-color: #708AA4; }
span { border-color: rgb(112,138,164); }
td.TdClassName
{
border-color: #708AA4;
}
.TagClassName
{
border-color: #708AA4;
}
</style>