Shades of Bermuda Grey #718C9F
Tints of Bermuda Grey #718C9F
RGB
CMYK
RGB Variations
Color information
#718C9F (or 0x718C9F) is known color: Bermuda Grey. HEX triplet: 71, 8C and 9F. RGB value is (113,140,159). Sum of RGB (Red+Green+Blue) = 113+140+159=412 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.43% from 412); Green value is 140 (55.08% from 255 or 33.98% from 412); Blue value is 159 (62.5% from 255 or 38.59% from 412); Max value from RGB is 159 - color contains mainly: blue. Hex color #718C9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718C9F is #8E7360. Grayscale: #858585. Windows color (decimal): -9335649 or 10456177. OLE color: 10456177.
HSL color Cylindrical-coordinate representation of color #718C9F: hue angle of 204.78º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #718C9F is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 140 | 159 | - |
| CMYK | 0.29 | 0.12 | 0 | 0.38 |
| HSL | 204.78º | 0.19% | 0.53% | - |
| HSV(B) | 204.78º | 0.29% | 0.62% | - |
| XYZ | 22.45 | 24.77 | 36.4 | - |
| YUV | 134.09 | 142.05 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 140 | 159 | 0.29 | 0.12 | 0 | 0.38 | 204.78 | 0.19 | 0.53 |
| Hex | 71 | 8C | 9F | 1D | C | 0 | 26 | CD | 13 | 35 |
| Octal | 161 | 214 | 237 | 35 | 14 | 0 | 46 | 315 | 23 | 65 |
| Binary | 1110001 | 10001100 | 10011111 | 11101 | 1100 | 0 | 100110 | 11001101 | 10011 | 110101 |
Color Harmonies of #718C9F
Complementary color
Monochromatic Colors of #718C9F
Black with #718C9F
Text Example
Text Example
White with #718C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718C9F; }
p { color: rgb(113,140,159); }
H1.HeaderClassName
{
color: #718C9F;
}
.AnyTagClassName
{
color: #718C9F;
}
</style>
background-color css
<style>
a { background-color: #718C9F; }
a { background-color: rgb(113,140,159); }
div.DivClassName
{
background-color: #718C9F;
}
.BgClassName
{
background-color: #718C9F;
}
</style>
border-color css
<style>
span { border-color: #718C9F; }
span { border-color: rgb(113,140,159); }
td.TdClassName
{
border-color: #718C9F;
}
.TagClassName
{
border-color: #718C9F;
}
</style>