Shades of Bermuda Grey #718CA5
Tints of Bermuda Grey #718CA5
RGB
CMYK
RGB Variations
Color information
#718CA5 (or 0x718CA5) is known color: Bermuda Grey. HEX triplet: 71, 8C and A5. RGB value is (113,140,165). Sum of RGB (Red+Green+Blue) = 113+140+165=418 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.03% from 418); Green value is 140 (55.08% from 255 or 33.49% from 418); Blue value is 165 (64.84% from 255 or 39.47% from 418); Max value from RGB is 165 - color contains mainly: blue. Hex color #718CA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718CA5 is #8E735A. Grayscale: #868686. Windows color (decimal): -9335643 or 10849393. OLE color: 10849393.
HSL color Cylindrical-coordinate representation of color #718CA5: hue angle of 208.85º degrees, saturation: 0.22, 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 #718CA5 is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 113 | 140 | 165 | - |
| CMYK | 0.32 | 0.15 | 0 | 0.35 |
| HSL | 208.85º | 0.22% | 0.55% | - |
| HSV(B) | 208.85º | 0.32% | 0.65% | - |
| XYZ | 22.98 | 24.98 | 39.21 | - |
| YUV | 134.78 | 145.05 | 112.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 140 | 165 | 0.32 | 0.15 | 0 | 0.35 | 208.85 | 0.22 | 0.55 |
| Hex | 71 | 8C | A5 | 20 | F | 0 | 23 | D1 | 16 | 37 |
| Octal | 161 | 214 | 245 | 40 | 17 | 0 | 43 | 321 | 26 | 67 |
| Binary | 1110001 | 10001100 | 10100101 | 100000 | 1111 | 0 | 100011 | 11010001 | 10110 | 110111 |
Color Harmonies of #718CA5
Complementary color
Monochromatic Colors of #718CA5
Black with #718CA5
Text Example
Text Example
White with #718CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718CA5; }
p { color: rgb(113,140,165); }
H1.HeaderClassName
{
color: #718CA5;
}
.AnyTagClassName
{
color: #718CA5;
}
</style>
background-color css
<style>
a { background-color: #718CA5; }
a { background-color: rgb(113,140,165); }
div.DivClassName
{
background-color: #718CA5;
}
.BgClassName
{
background-color: #718CA5;
}
</style>
border-color css
<style>
span { border-color: #718CA5; }
span { border-color: rgb(113,140,165); }
td.TdClassName
{
border-color: #718CA5;
}
.TagClassName
{
border-color: #718CA5;
}
</style>