Shades of Bermuda Grey #718D9B
Tints of Bermuda Grey #718D9B
RGB
CMYK
RGB Variations
Color information
#718D9B (or 0x718D9B) is known color: Bermuda Grey. HEX triplet: 71, 8D and 9B. RGB value is (113,141,155). Sum of RGB (Red+Green+Blue) = 113+141+155=409 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.63% from 409); Green value is 141 (55.47% from 255 or 34.47% from 409); Blue value is 155 (60.94% from 255 or 37.90% from 409); Max value from RGB is 155 - color contains mainly: blue. Hex color #718D9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718D9B is #8E7264. Grayscale: #868686. Windows color (decimal): -9335397 or 10194289. OLE color: 10194289.
HSL color Cylindrical-coordinate representation of color #718D9B: hue angle of 200º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #718D9B is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 113 | 141 | 155 | - |
| CMYK | 0.27 | 0.09 | 0 | 0.39 |
| HSL | 200º | 0.17% | 0.53% | - |
| HSV(B) | 200º | 0.27% | 0.61% | - |
| XYZ | 22.25 | 24.93 | 34.65 | - |
| YUV | 134.22 | 139.72 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 141 | 155 | 0.27 | 0.09 | 0 | 0.39 | 200 | 0.17 | 0.53 |
| Hex | 71 | 8D | 9B | 1B | 9 | 0 | 27 | C8 | 11 | 35 |
| Octal | 161 | 215 | 233 | 33 | 11 | 0 | 47 | 310 | 21 | 65 |
| Binary | 1110001 | 10001101 | 10011011 | 11011 | 1001 | 0 | 100111 | 11001000 | 10001 | 110101 |
Color Harmonies of #718D9B
Complementary color
Monochromatic Colors of #718D9B
Black with #718D9B
Text Example
Text Example
White with #718D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718D9B; }
p { color: rgb(113,141,155); }
H1.HeaderClassName
{
color: #718D9B;
}
.AnyTagClassName
{
color: #718D9B;
}
</style>
background-color css
<style>
a { background-color: #718D9B; }
a { background-color: rgb(113,141,155); }
div.DivClassName
{
background-color: #718D9B;
}
.BgClassName
{
background-color: #718D9B;
}
</style>
border-color css
<style>
span { border-color: #718D9B; }
span { border-color: rgb(113,141,155); }
td.TdClassName
{
border-color: #718D9B;
}
.TagClassName
{
border-color: #718D9B;
}
</style>