Shades of Bermuda Grey #718A99
Tints of Bermuda Grey #718A99
RGB
CMYK
RGB Variations
Color information
#718A99 (or 0x718A99) is known color: Bermuda Grey. HEX triplet: 71, 8A and 99. RGB value is (113,138,153). Sum of RGB (Red+Green+Blue) = 113+138+153=404 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.97% from 404); Green value is 138 (54.30% from 255 or 34.16% from 404); Blue value is 153 (60.16% from 255 or 37.87% from 404); Max value from RGB is 153 - color contains mainly: blue. Hex color #718A99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718A99 is #8E7566. Grayscale: #848484. Windows color (decimal): -9336167 or 10062449. OLE color: 10062449.
HSL color Cylindrical-coordinate representation of color #718A99: hue angle of 202.5º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #718A99 is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 113 | 138 | 153 | - |
| CMYK | 0.26 | 0.10 | 0 | 0.4 |
| HSL | 202.5º | 0.16% | 0.52% | - |
| HSV(B) | 202.5º | 0.26% | 0.6% | - |
| XYZ | 21.65 | 23.99 | 33.63 | - |
| YUV | 132.24 | 139.72 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 138 | 153 | 0.26 | 0.10 | 0 | 0.4 | 202.5 | 0.16 | 0.52 |
| Hex | 71 | 8A | 99 | 1A | A | 0 | 28 | CA | 10 | 34 |
| Octal | 161 | 212 | 231 | 32 | 12 | 0 | 50 | 312 | 20 | 64 |
| Binary | 1110001 | 10001010 | 10011001 | 11010 | 1010 | 0 | 101000 | 11001010 | 10000 | 110100 |
Color Harmonies of #718A99
Complementary color
Monochromatic Colors of #718A99
Black with #718A99
Text Example
Text Example
White with #718A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718A99; }
p { color: rgb(113,138,153); }
H1.HeaderClassName
{
color: #718A99;
}
.AnyTagClassName
{
color: #718A99;
}
</style>
background-color css
<style>
a { background-color: #718A99; }
a { background-color: rgb(113,138,153); }
div.DivClassName
{
background-color: #718A99;
}
.BgClassName
{
background-color: #718A99;
}
</style>
border-color css
<style>
span { border-color: #718A99; }
span { border-color: rgb(113,138,153); }
td.TdClassName
{
border-color: #718A99;
}
.TagClassName
{
border-color: #718A99;
}
</style>