Shades of Bermuda Grey #708DAB
Tints of Bermuda Grey #708DAB
RGB
CMYK
RGB Variations
Color information
#708DAB (or 0x708DAB) is known color: Bermuda Grey. HEX triplet: 70, 8D and AB. RGB value is (112,141,171). Sum of RGB (Red+Green+Blue) = 112+141+171=424 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.42% from 424); Green value is 141 (55.47% from 255 or 33.25% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 171 - color contains mainly: blue. Hex color #708DAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708DAB is #8F7254. Grayscale: #878787. Windows color (decimal): -9400917 or 11242864. OLE color: 11242864.
HSL color Cylindrical-coordinate representation of color #708DAB: hue angle of 210.51º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #708DAB is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 141 | 171 | - |
| CMYK | 0.35 | 0.18 | 0 | 0.33 |
| HSL | 210.51º | 0.26% | 0.55% | - |
| HSV(B) | 210.51º | 0.35% | 0.67% | - |
| XYZ | 23.56 | 25.43 | 42.2 | - |
| YUV | 135.75 | 147.89 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 141 | 171 | 0.35 | 0.18 | 0 | 0.33 | 210.51 | 0.26 | 0.55 |
| Hex | 70 | 8D | AB | 23 | 12 | 0 | 21 | D3 | 1A | 37 |
| Octal | 160 | 215 | 253 | 43 | 22 | 0 | 41 | 323 | 32 | 67 |
| Binary | 1110000 | 10001101 | 10101011 | 100011 | 10010 | 0 | 100001 | 11010011 | 11010 | 110111 |
Color Harmonies of #708DAB
Complementary color
Monochromatic Colors of #708DAB
Black with #708DAB
Text Example
Text Example
White with #708DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708DAB; }
p { color: rgb(112,141,171); }
H1.HeaderClassName
{
color: #708DAB;
}
.AnyTagClassName
{
color: #708DAB;
}
</style>
background-color css
<style>
a { background-color: #708DAB; }
a { background-color: rgb(112,141,171); }
div.DivClassName
{
background-color: #708DAB;
}
.BgClassName
{
background-color: #708DAB;
}
</style>
border-color css
<style>
span { border-color: #708DAB; }
span { border-color: rgb(112,141,171); }
td.TdClassName
{
border-color: #708DAB;
}
.TagClassName
{
border-color: #708DAB;
}
</style>