Shades of Bermuda Grey #708DAC
Tints of Bermuda Grey #708DAC
RGB
CMYK
RGB Variations
Color information
#708DAC (or 0x708DAC) is known color: Bermuda Grey. HEX triplet: 70, 8D and AC. RGB value is (112,141,172). Sum of RGB (Red+Green+Blue) = 112+141+172=425 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.35% from 425); Green value is 141 (55.47% from 255 or 33.18% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 172 - color contains mainly: blue. Hex color #708DAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708DAC is #8F7253. Grayscale: #878787. Windows color (decimal): -9400916 or 11308400. OLE color: 11308400.
HSL color Cylindrical-coordinate representation of color #708DAC: hue angle of 211º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #708DAC is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 141 | 172 | - |
| CMYK | 0.35 | 0.18 | 0 | 0.33 |
| HSL | 211º | 0.27% | 0.56% | - |
| HSV(B) | 211º | 0.35% | 0.67% | - |
| XYZ | 23.65 | 25.47 | 42.7 | - |
| YUV | 135.86 | 148.39 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 141 | 172 | 0.35 | 0.18 | 0 | 0.33 | 211 | 0.27 | 0.56 |
| Hex | 70 | 8D | AC | 23 | 12 | 0 | 21 | D3 | 1B | 38 |
| Octal | 160 | 215 | 254 | 43 | 22 | 0 | 41 | 323 | 33 | 70 |
| Binary | 1110000 | 10001101 | 10101100 | 100011 | 10010 | 0 | 100001 | 11010011 | 11011 | 111000 |
Color Harmonies of #708DAC
Complementary color
Monochromatic Colors of #708DAC
Black with #708DAC
Text Example
Text Example
White with #708DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708DAC; }
p { color: rgb(112,141,172); }
H1.HeaderClassName
{
color: #708DAC;
}
.AnyTagClassName
{
color: #708DAC;
}
</style>
background-color css
<style>
a { background-color: #708DAC; }
a { background-color: rgb(112,141,172); }
div.DivClassName
{
background-color: #708DAC;
}
.BgClassName
{
background-color: #708DAC;
}
</style>
border-color css
<style>
span { border-color: #708DAC; }
span { border-color: rgb(112,141,172); }
td.TdClassName
{
border-color: #708DAC;
}
.TagClassName
{
border-color: #708DAC;
}
</style>