Shades of Bermuda Grey #718CA2
Tints of Bermuda Grey #718CA2
RGB
CMYK
RGB Variations
Color information
#718CA2 (or 0x718CA2) is known color: Bermuda Grey. HEX triplet: 71, 8C and A2. RGB value is (113,140,162). Sum of RGB (Red+Green+Blue) = 113+140+162=415 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.23% from 415); Green value is 140 (55.08% from 255 or 33.73% from 415); Blue value is 162 (63.67% from 255 or 39.04% from 415); Max value from RGB is 162 - color contains mainly: blue. Hex color #718CA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718CA2 is #8E735D. Grayscale: #868686. Windows color (decimal): -9335646 or 10652785. OLE color: 10652785.
HSL color Cylindrical-coordinate representation of color #718CA2: hue angle of 206.94º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #718CA2 is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 113 | 140 | 162 | - |
| CMYK | 0.30 | 0.14 | 0 | 0.36 |
| HSL | 206.94º | 0.21% | 0.54% | - |
| HSV(B) | 206.94º | 0.3% | 0.64% | - |
| XYZ | 22.71 | 24.88 | 37.79 | - |
| YUV | 134.44 | 143.55 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 140 | 162 | 0.30 | 0.14 | 0 | 0.36 | 206.94 | 0.21 | 0.54 |
| Hex | 71 | 8C | A2 | 1E | E | 0 | 24 | CF | 15 | 36 |
| Octal | 161 | 214 | 242 | 36 | 16 | 0 | 44 | 317 | 25 | 66 |
| Binary | 1110001 | 10001100 | 10100010 | 11110 | 1110 | 0 | 100100 | 11001111 | 10101 | 110110 |
Color Harmonies of #718CA2
Complementary color
Monochromatic Colors of #718CA2
Black with #718CA2
Text Example
Text Example
White with #718CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718CA2; }
p { color: rgb(113,140,162); }
H1.HeaderClassName
{
color: #718CA2;
}
.AnyTagClassName
{
color: #718CA2;
}
</style>
background-color css
<style>
a { background-color: #718CA2; }
a { background-color: rgb(113,140,162); }
div.DivClassName
{
background-color: #718CA2;
}
.BgClassName
{
background-color: #718CA2;
}
</style>
border-color css
<style>
span { border-color: #718CA2; }
span { border-color: rgb(113,140,162); }
td.TdClassName
{
border-color: #718CA2;
}
.TagClassName
{
border-color: #718CA2;
}
</style>