Shades of Bermuda Grey #718CA4
Tints of Bermuda Grey #718CA4
RGB
CMYK
RGB Variations
Color information
#718CA4 (or 0x718CA4) is known color: Bermuda Grey. HEX triplet: 71, 8C and A4. RGB value is (113,140,164). Sum of RGB (Red+Green+Blue) = 113+140+164=417 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.10% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 164 (64.45% from 255 or 39.33% from 417); Max value from RGB is 164 - color contains mainly: blue. Hex color #718CA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718CA4 is #8E735B. Grayscale: #868686. Windows color (decimal): -9335644 or 10783857. OLE color: 10783857.
HSL color Cylindrical-coordinate representation of color #718CA4: hue angle of 208.24º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #718CA4 is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 113 | 140 | 164 | - |
| CMYK | 0.31 | 0.15 | 0 | 0.36 |
| HSL | 208.24º | 0.22% | 0.54% | - |
| HSV(B) | 208.24º | 0.31% | 0.64% | - |
| XYZ | 22.89 | 24.95 | 38.73 | - |
| YUV | 134.66 | 144.55 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 140 | 164 | 0.31 | 0.15 | 0 | 0.36 | 208.24 | 0.22 | 0.54 |
| Hex | 71 | 8C | A4 | 1F | F | 0 | 24 | D0 | 16 | 36 |
| Octal | 161 | 214 | 244 | 37 | 17 | 0 | 44 | 320 | 26 | 66 |
| Binary | 1110001 | 10001100 | 10100100 | 11111 | 1111 | 0 | 100100 | 11010000 | 10110 | 110110 |
Color Harmonies of #718CA4
Complementary color
Monochromatic Colors of #718CA4
Black with #718CA4
Text Example
Text Example
White with #718CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718CA4; }
p { color: rgb(113,140,164); }
H1.HeaderClassName
{
color: #718CA4;
}
.AnyTagClassName
{
color: #718CA4;
}
</style>
background-color css
<style>
a { background-color: #718CA4; }
a { background-color: rgb(113,140,164); }
div.DivClassName
{
background-color: #718CA4;
}
.BgClassName
{
background-color: #718CA4;
}
</style>
border-color css
<style>
span { border-color: #718CA4; }
span { border-color: rgb(113,140,164); }
td.TdClassName
{
border-color: #718CA4;
}
.TagClassName
{
border-color: #718CA4;
}
</style>