Shades of Bermuda Grey #708FAC
Tints of Bermuda Grey #708FAC
RGB
CMYK
RGB Variations
Color information
#708FAC (or 0x708FAC) is known color: Bermuda Grey. HEX triplet: 70, 8F and AC. RGB value is (112,143,172). Sum of RGB (Red+Green+Blue) = 112+143+172=427 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.23% from 427); Green value is 143 (56.25% from 255 or 33.49% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 172 - color contains mainly: blue. Hex color #708FAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708FAC is #8F7053. Grayscale: #888888. Windows color (decimal): -9400404 or 11308912. OLE color: 11308912.
HSL color Cylindrical-coordinate representation of color #708FAC: hue angle of 209º 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 #708FAC is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 143 | 172 | - |
| CMYK | 0.35 | 0.17 | 0 | 0.33 |
| HSL | 209º | 0.27% | 0.56% | - |
| HSV(B) | 209º | 0.35% | 0.67% | - |
| XYZ | 23.95 | 26.07 | 42.8 | - |
| YUV | 137.04 | 147.73 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 143 | 172 | 0.35 | 0.17 | 0 | 0.33 | 209 | 0.27 | 0.56 |
| Hex | 70 | 8F | AC | 23 | 11 | 0 | 21 | D1 | 1B | 38 |
| Octal | 160 | 217 | 254 | 43 | 21 | 0 | 41 | 321 | 33 | 70 |
| Binary | 1110000 | 10001111 | 10101100 | 100011 | 10001 | 0 | 100001 | 11010001 | 11011 | 111000 |
Color Harmonies of #708FAC
Complementary color
Monochromatic Colors of #708FAC
Black with #708FAC
Text Example
Text Example
White with #708FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708FAC; }
p { color: rgb(112,143,172); }
H1.HeaderClassName
{
color: #708FAC;
}
.AnyTagClassName
{
color: #708FAC;
}
</style>
background-color css
<style>
a { background-color: #708FAC; }
a { background-color: rgb(112,143,172); }
div.DivClassName
{
background-color: #708FAC;
}
.BgClassName
{
background-color: #708FAC;
}
</style>
border-color css
<style>
span { border-color: #708FAC; }
span { border-color: rgb(112,143,172); }
td.TdClassName
{
border-color: #708FAC;
}
.TagClassName
{
border-color: #708FAC;
}
</style>