Shades of Bermuda Grey #718BA0
Tints of Bermuda Grey #718BA0
RGB
CMYK
RGB Variations
Color information
#718BA0 (or 0x718BA0) is known color: Bermuda Grey. HEX triplet: 71, 8B and A0. RGB value is (113,139,160). Sum of RGB (Red+Green+Blue) = 113+139+160=412 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.43% from 412); Green value is 139 (54.69% from 255 or 33.74% from 412); Blue value is 160 (62.89% from 255 or 38.83% from 412); Max value from RGB is 160 - color contains mainly: blue. Hex color #718BA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718BA0 is #8E745F. Grayscale: #858585. Windows color (decimal): -9335904 or 10521457. OLE color: 10521457.
HSL color Cylindrical-coordinate representation of color #718BA0: hue angle of 206.81º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #718BA0 is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 113 | 139 | 160 | - |
| CMYK | 0.29 | 0.13 | 0 | 0.37 |
| HSL | 206.81º | 0.2% | 0.54% | - |
| HSV(B) | 206.81º | 0.29% | 0.63% | - |
| XYZ | 22.39 | 24.51 | 36.81 | - |
| YUV | 133.62 | 142.89 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 139 | 160 | 0.29 | 0.13 | 0 | 0.37 | 206.81 | 0.2 | 0.54 |
| Hex | 71 | 8B | A0 | 1D | D | 0 | 25 | CF | 14 | 36 |
| Octal | 161 | 213 | 240 | 35 | 15 | 0 | 45 | 317 | 24 | 66 |
| Binary | 1110001 | 10001011 | 10100000 | 11101 | 1101 | 0 | 100101 | 11001111 | 10100 | 110110 |
Color Harmonies of #718BA0
Complementary color
Monochromatic Colors of #718BA0
Black with #718BA0
Text Example
Text Example
White with #718BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718BA0; }
p { color: rgb(113,139,160); }
H1.HeaderClassName
{
color: #718BA0;
}
.AnyTagClassName
{
color: #718BA0;
}
</style>
background-color css
<style>
a { background-color: #718BA0; }
a { background-color: rgb(113,139,160); }
div.DivClassName
{
background-color: #718BA0;
}
.BgClassName
{
background-color: #718BA0;
}
</style>
border-color css
<style>
span { border-color: #718BA0; }
span { border-color: rgb(113,139,160); }
td.TdClassName
{
border-color: #718BA0;
}
.TagClassName
{
border-color: #718BA0;
}
</style>