Shades of Bermuda Grey #708FA4
Tints of Bermuda Grey #708FA4
RGB
CMYK
RGB Variations
Color information
#708FA4 (or 0x708FA4) is known color: Bermuda Grey. HEX triplet: 70, 8F and A4. RGB value is (112,143,164). Sum of RGB (Red+Green+Blue) = 112+143+164=419 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.73% from 419); Green value is 143 (56.25% from 255 or 34.13% from 419); Blue value is 164 (64.45% from 255 or 39.14% from 419); Max value from RGB is 164 - color contains mainly: blue. Hex color #708FA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708FA4 is #8F705B. Grayscale: #888888. Windows color (decimal): -9400412 or 10784624. OLE color: 10784624.
HSL color Cylindrical-coordinate representation of color #708FA4: hue angle of 204.23º 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 #708FA4 is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 112 | 143 | 164 | - |
| CMYK | 0.32 | 0.13 | 0 | 0.36 |
| HSL | 204.23º | 0.22% | 0.54% | - |
| HSV(B) | 204.23º | 0.32% | 0.64% | - |
| XYZ | 23.21 | 25.77 | 38.87 | - |
| YUV | 136.13 | 143.73 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 143 | 164 | 0.32 | 0.13 | 0 | 0.36 | 204.23 | 0.22 | 0.54 |
| Hex | 70 | 8F | A4 | 20 | D | 0 | 24 | CC | 16 | 36 |
| Octal | 160 | 217 | 244 | 40 | 15 | 0 | 44 | 314 | 26 | 66 |
| Binary | 1110000 | 10001111 | 10100100 | 100000 | 1101 | 0 | 100100 | 11001100 | 10110 | 110110 |
Color Harmonies of #708FA4
Complementary color
Monochromatic Colors of #708FA4
Black with #708FA4
Text Example
Text Example
White with #708FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708FA4; }
p { color: rgb(112,143,164); }
H1.HeaderClassName
{
color: #708FA4;
}
.AnyTagClassName
{
color: #708FA4;
}
</style>
background-color css
<style>
a { background-color: #708FA4; }
a { background-color: rgb(112,143,164); }
div.DivClassName
{
background-color: #708FA4;
}
.BgClassName
{
background-color: #708FA4;
}
</style>
border-color css
<style>
span { border-color: #708FA4; }
span { border-color: rgb(112,143,164); }
td.TdClassName
{
border-color: #708FA4;
}
.TagClassName
{
border-color: #708FA4;
}
</style>