Shades of Bermuda Grey #758EA0
Tints of Bermuda Grey #758EA0
RGB
CMYK
RGB Variations
Color information
#758EA0 (or 0x758EA0) is known color: Bermuda Grey. HEX triplet: 75, 8E and A0. RGB value is (117,142,160). Sum of RGB (Red+Green+Blue) = 117+142+160=419 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.92% from 419); Green value is 142 (55.86% from 255 or 33.89% from 419); Blue value is 160 (62.89% from 255 or 38.19% from 419); Max value from RGB is 160 - color contains mainly: blue. Hex color #758EA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758EA0 is #8A715F. Grayscale: #888888. Windows color (decimal): -9072992 or 10522229. OLE color: 10522229.
HSL color Cylindrical-coordinate representation of color #758EA0: hue angle of 205.12º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #758EA0 is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 117 | 142 | 160 | - |
| CMYK | 0.27 | 0.11 | 0 | 0.37 |
| HSL | 205.12º | 0.18% | 0.54% | - |
| HSV(B) | 205.12º | 0.27% | 0.63% | - |
| XYZ | 23.35 | 25.67 | 36.98 | - |
| YUV | 136.58 | 141.22 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 142 | 160 | 0.27 | 0.11 | 0 | 0.37 | 205.12 | 0.18 | 0.54 |
| Hex | 75 | 8E | A0 | 1B | B | 0 | 25 | CD | 12 | 36 |
| Octal | 165 | 216 | 240 | 33 | 13 | 0 | 45 | 315 | 22 | 66 |
| Binary | 1110101 | 10001110 | 10100000 | 11011 | 1011 | 0 | 100101 | 11001101 | 10010 | 110110 |
Color Harmonies of #758EA0
Complementary color
Monochromatic Colors of #758EA0
Black with #758EA0
Text Example
Text Example
White with #758EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758EA0; }
p { color: rgb(117,142,160); }
H1.HeaderClassName
{
color: #758EA0;
}
.AnyTagClassName
{
color: #758EA0;
}
</style>
background-color css
<style>
a { background-color: #758EA0; }
a { background-color: rgb(117,142,160); }
div.DivClassName
{
background-color: #758EA0;
}
.BgClassName
{
background-color: #758EA0;
}
</style>
border-color css
<style>
span { border-color: #758EA0; }
span { border-color: rgb(117,142,160); }
td.TdClassName
{
border-color: #758EA0;
}
.TagClassName
{
border-color: #758EA0;
}
</style>