Shades of Bermuda Grey #718C9D
Tints of Bermuda Grey #718C9D
RGB
CMYK
RGB Variations
Color information
#718C9D (or 0x718C9D) is known color: Bermuda Grey. HEX triplet: 71, 8C and 9D. RGB value is (113,140,157). Sum of RGB (Red+Green+Blue) = 113+140+157=410 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.56% from 410); Green value is 140 (55.08% from 255 or 34.15% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 157 - color contains mainly: blue. Hex color #718C9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718C9D is #8E7362. Grayscale: #858585. Windows color (decimal): -9335651 or 10325105. OLE color: 10325105.
HSL color Cylindrical-coordinate representation of color #718C9D: hue angle of 203.18º degrees, saturation: 0.18, 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 #718C9D is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 140 | 157 | - |
| CMYK | 0.28 | 0.11 | 0 | 0.38 |
| HSL | 203.18º | 0.18% | 0.53% | - |
| HSV(B) | 203.18º | 0.28% | 0.62% | - |
| XYZ | 22.27 | 24.7 | 35.49 | - |
| YUV | 133.87 | 141.05 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 140 | 157 | 0.28 | 0.11 | 0 | 0.38 | 203.18 | 0.18 | 0.53 |
| Hex | 71 | 8C | 9D | 1C | B | 0 | 26 | CB | 12 | 35 |
| Octal | 161 | 214 | 235 | 34 | 13 | 0 | 46 | 313 | 22 | 65 |
| Binary | 1110001 | 10001100 | 10011101 | 11100 | 1011 | 0 | 100110 | 11001011 | 10010 | 110101 |
Color Harmonies of #718C9D
Complementary color
Monochromatic Colors of #718C9D
Black with #718C9D
Text Example
Text Example
White with #718C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718C9D; }
p { color: rgb(113,140,157); }
H1.HeaderClassName
{
color: #718C9D;
}
.AnyTagClassName
{
color: #718C9D;
}
</style>
background-color css
<style>
a { background-color: #718C9D; }
a { background-color: rgb(113,140,157); }
div.DivClassName
{
background-color: #718C9D;
}
.BgClassName
{
background-color: #718C9D;
}
</style>
border-color css
<style>
span { border-color: #718C9D; }
span { border-color: rgb(113,140,157); }
td.TdClassName
{
border-color: #718C9D;
}
.TagClassName
{
border-color: #718C9D;
}
</style>