Shades of Bermuda Grey #718DAB
Tints of Bermuda Grey #718DAB
RGB
CMYK
RGB Variations
Color information
#718DAB (or 0x718DAB) is known color: Bermuda Grey. HEX triplet: 71, 8D and AB. RGB value is (113,141,171). Sum of RGB (Red+Green+Blue) = 113+141+171=425 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.59% from 425); Green value is 141 (55.47% from 255 or 33.18% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 171 - color contains mainly: blue. Hex color #718DAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718DAB is #8E7254. Grayscale: #878787. Windows color (decimal): -9335381 or 11242865. OLE color: 11242865.
HSL color Cylindrical-coordinate representation of color #718DAB: hue angle of 211.03º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #718DAB is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 141 | 171 | - |
| CMYK | 0.34 | 0.18 | 0 | 0.33 |
| HSL | 211.03º | 0.26% | 0.56% | - |
| HSV(B) | 211.03º | 0.34% | 0.67% | - |
| XYZ | 23.69 | 25.5 | 42.2 | - |
| YUV | 136.05 | 147.72 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 141 | 171 | 0.34 | 0.18 | 0 | 0.33 | 211.03 | 0.26 | 0.56 |
| Hex | 71 | 8D | AB | 22 | 12 | 0 | 21 | D3 | 1A | 38 |
| Octal | 161 | 215 | 253 | 42 | 22 | 0 | 41 | 323 | 32 | 70 |
| Binary | 1110001 | 10001101 | 10101011 | 100010 | 10010 | 0 | 100001 | 11010011 | 11010 | 111000 |
Color Harmonies of #718DAB
Complementary color
Monochromatic Colors of #718DAB
Black with #718DAB
Text Example
Text Example
White with #718DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718DAB; }
p { color: rgb(113,141,171); }
H1.HeaderClassName
{
color: #718DAB;
}
.AnyTagClassName
{
color: #718DAB;
}
</style>
background-color css
<style>
a { background-color: #718DAB; }
a { background-color: rgb(113,141,171); }
div.DivClassName
{
background-color: #718DAB;
}
.BgClassName
{
background-color: #718DAB;
}
</style>
border-color css
<style>
span { border-color: #718DAB; }
span { border-color: rgb(113,141,171); }
td.TdClassName
{
border-color: #718DAB;
}
.TagClassName
{
border-color: #718DAB;
}
</style>