Shades of Bermuda Grey #718998
Tints of Bermuda Grey #718998
RGB
CMYK
RGB Variations
Color information
#718998 (or 0x718998) is known color: Bermuda Grey. HEX triplet: 71, 89 and 98. RGB value is (113,137,152). Sum of RGB (Red+Green+Blue) = 113+137+152=402 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.11% from 402); Green value is 137 (53.91% from 255 or 34.08% from 402); Blue value is 152 (59.77% from 255 or 37.81% from 402); Max value from RGB is 152 - color contains mainly: blue. Hex color #718998 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718998 is #8E7667. Grayscale: #838383. Windows color (decimal): -9336424 or 9996657. OLE color: 9996657.
HSL color Cylindrical-coordinate representation of color #718998: hue angle of 203.08º 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 #718998 is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 113 | 137 | 152 | - |
| CMYK | 0.26 | 0.10 | 0 | 0.40 |
| HSL | 203.08º | 0.16% | 0.52% | - |
| HSV(B) | 203.08º | 0.26% | 0.6% | - |
| XYZ | 21.42 | 23.67 | 33.15 | - |
| YUV | 131.53 | 139.55 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 137 | 152 | 0.26 | 0.10 | 0 | 0.40 | 203.08 | 0.16 | 0.52 |
| Hex | 71 | 89 | 98 | 1A | A | 0 | 28 | CB | 10 | 34 |
| Octal | 161 | 211 | 230 | 32 | 12 | 0 | 50 | 313 | 20 | 64 |
| Binary | 1110001 | 10001001 | 10011000 | 11010 | 1010 | 0 | 101000 | 11001011 | 10000 | 110100 |
Color Harmonies of #718998
Complementary color
Monochromatic Colors of #718998
Black with #718998
Text Example
Text Example
White with #718998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718998; }
p { color: rgb(113,137,152); }
H1.HeaderClassName
{
color: #718998;
}
.AnyTagClassName
{
color: #718998;
}
</style>
background-color css
<style>
a { background-color: #718998; }
a { background-color: rgb(113,137,152); }
div.DivClassName
{
background-color: #718998;
}
.BgClassName
{
background-color: #718998;
}
</style>
border-color css
<style>
span { border-color: #718998; }
span { border-color: rgb(113,137,152); }
td.TdClassName
{
border-color: #718998;
}
.TagClassName
{
border-color: #718998;
}
</style>