Shades of Bermuda Grey #718D9E
Tints of Bermuda Grey #718D9E
RGB
CMYK
RGB Variations
Color information
#718D9E (or 0x718D9E) is known color: Bermuda Grey. HEX triplet: 71, 8D and 9E. RGB value is (113,141,158). Sum of RGB (Red+Green+Blue) = 113+141+158=412 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.43% from 412); Green value is 141 (55.47% from 255 or 34.22% from 412); Blue value is 158 (62.11% from 255 or 38.35% from 412); Max value from RGB is 158 - color contains mainly: blue. Hex color #718D9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718D9E is #8E7261. Grayscale: #868686. Windows color (decimal): -9335394 or 10390897. OLE color: 10390897.
HSL color Cylindrical-coordinate representation of color #718D9E: hue angle of 202.67º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #718D9E is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 141 | 158 | - |
| CMYK | 0.28 | 0.11 | 0 | 0.38 |
| HSL | 202.67º | 0.19% | 0.53% | - |
| HSV(B) | 202.67º | 0.28% | 0.62% | - |
| XYZ | 22.51 | 25.03 | 35.99 | - |
| YUV | 134.57 | 141.22 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 141 | 158 | 0.28 | 0.11 | 0 | 0.38 | 202.67 | 0.19 | 0.53 |
| Hex | 71 | 8D | 9E | 1C | B | 0 | 26 | CB | 13 | 35 |
| Octal | 161 | 215 | 236 | 34 | 13 | 0 | 46 | 313 | 23 | 65 |
| Binary | 1110001 | 10001101 | 10011110 | 11100 | 1011 | 0 | 100110 | 11001011 | 10011 | 110101 |
Color Harmonies of #718D9E
Complementary color
Monochromatic Colors of #718D9E
Black with #718D9E
Text Example
Text Example
White with #718D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718D9E; }
p { color: rgb(113,141,158); }
H1.HeaderClassName
{
color: #718D9E;
}
.AnyTagClassName
{
color: #718D9E;
}
</style>
background-color css
<style>
a { background-color: #718D9E; }
a { background-color: rgb(113,141,158); }
div.DivClassName
{
background-color: #718D9E;
}
.BgClassName
{
background-color: #718D9E;
}
</style>
border-color css
<style>
span { border-color: #718D9E; }
span { border-color: rgb(113,141,158); }
td.TdClassName
{
border-color: #718D9E;
}
.TagClassName
{
border-color: #718D9E;
}
</style>