Shades of Bermuda Grey #718FA6
Tints of Bermuda Grey #718FA6
RGB
CMYK
RGB Variations
Color information
#718FA6 (or 0x718FA6) is known color: Bermuda Grey. HEX triplet: 71, 8F and A6. RGB value is (113,143,166). Sum of RGB (Red+Green+Blue) = 113+143+166=422 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.78% from 422); Green value is 143 (56.25% from 255 or 33.89% from 422); Blue value is 166 (65.23% from 255 or 39.34% from 422); Max value from RGB is 166 - color contains mainly: blue. Hex color #718FA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718FA6 is #8E7059. Grayscale: #888888. Windows color (decimal): -9334874 or 10915697. OLE color: 10915697.
HSL color Cylindrical-coordinate representation of color #718FA6: hue angle of 206.04º 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 #718FA6 is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 113 | 143 | 166 | - |
| CMYK | 0.32 | 0.14 | 0 | 0.35 |
| HSL | 206.04º | 0.23% | 0.55% | - |
| HSV(B) | 206.04º | 0.32% | 0.65% | - |
| XYZ | 23.52 | 25.91 | 39.84 | - |
| YUV | 136.65 | 144.56 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 143 | 166 | 0.32 | 0.14 | 0 | 0.35 | 206.04 | 0.23 | 0.55 |
| Hex | 71 | 8F | A6 | 20 | E | 0 | 23 | CE | 17 | 37 |
| Octal | 161 | 217 | 246 | 40 | 16 | 0 | 43 | 316 | 27 | 67 |
| Binary | 1110001 | 10001111 | 10100110 | 100000 | 1110 | 0 | 100011 | 11001110 | 10111 | 110111 |
Color Harmonies of #718FA6
Complementary color
Monochromatic Colors of #718FA6
Black with #718FA6
Text Example
Text Example
White with #718FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718FA6; }
p { color: rgb(113,143,166); }
H1.HeaderClassName
{
color: #718FA6;
}
.AnyTagClassName
{
color: #718FA6;
}
</style>
background-color css
<style>
a { background-color: #718FA6; }
a { background-color: rgb(113,143,166); }
div.DivClassName
{
background-color: #718FA6;
}
.BgClassName
{
background-color: #718FA6;
}
</style>
border-color css
<style>
span { border-color: #718FA6; }
span { border-color: rgb(113,143,166); }
td.TdClassName
{
border-color: #718FA6;
}
.TagClassName
{
border-color: #718FA6;
}
</style>