Shades of Bermuda Grey #718DA6
Tints of Bermuda Grey #718DA6
RGB
CMYK
RGB Variations
Color information
#718DA6 (or 0x718DA6) is known color: Bermuda Grey. HEX triplet: 71, 8D and A6. RGB value is (113,141,166). Sum of RGB (Red+Green+Blue) = 113+141+166=420 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.90% from 420); Green value is 141 (55.47% from 255 or 33.57% from 420); Blue value is 166 (65.23% from 255 or 39.52% from 420); Max value from RGB is 166 - color contains mainly: blue. Hex color #718DA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718DA6 is #8E7259. Grayscale: #878787. Windows color (decimal): -9335386 or 10915185. OLE color: 10915185.
HSL color Cylindrical-coordinate representation of color #718DA6: hue angle of 208.3º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #718DA6 is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 113 | 141 | 166 | - |
| CMYK | 0.32 | 0.15 | 0 | 0.35 |
| HSL | 208.3º | 0.23% | 0.55% | - |
| HSV(B) | 208.3º | 0.32% | 0.65% | - |
| XYZ | 23.22 | 25.31 | 39.74 | - |
| YUV | 135.48 | 145.22 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 141 | 166 | 0.32 | 0.15 | 0 | 0.35 | 208.3 | 0.23 | 0.55 |
| Hex | 71 | 8D | A6 | 20 | F | 0 | 23 | D0 | 17 | 37 |
| Octal | 161 | 215 | 246 | 40 | 17 | 0 | 43 | 320 | 27 | 67 |
| Binary | 1110001 | 10001101 | 10100110 | 100000 | 1111 | 0 | 100011 | 11010000 | 10111 | 110111 |
Color Harmonies of #718DA6
Complementary color
Monochromatic Colors of #718DA6
Black with #718DA6
Text Example
Text Example
White with #718DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718DA6; }
p { color: rgb(113,141,166); }
H1.HeaderClassName
{
color: #718DA6;
}
.AnyTagClassName
{
color: #718DA6;
}
</style>
background-color css
<style>
a { background-color: #718DA6; }
a { background-color: rgb(113,141,166); }
div.DivClassName
{
background-color: #718DA6;
}
.BgClassName
{
background-color: #718DA6;
}
</style>
border-color css
<style>
span { border-color: #718DA6; }
span { border-color: rgb(113,141,166); }
td.TdClassName
{
border-color: #718DA6;
}
.TagClassName
{
border-color: #718DA6;
}
</style>