Shades of Bermuda Grey #758EA8
Tints of Bermuda Grey #758EA8
RGB
CMYK
RGB Variations
Color information
#758EA8 (or 0x758EA8) is known color: Bermuda Grey. HEX triplet: 75, 8E and A8. RGB value is (117,142,168). Sum of RGB (Red+Green+Blue) = 117+142+168=427 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.40% from 427); Green value is 142 (55.86% from 255 or 33.26% from 427); Blue value is 168 (66.02% from 255 or 39.34% from 427); Max value from RGB is 168 - color contains mainly: blue. Hex color #758EA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758EA8 is #8A7157. Grayscale: #898989. Windows color (decimal): -9072984 or 11046517. OLE color: 11046517.
HSL color Cylindrical-coordinate representation of color #758EA8: hue angle of 210.59º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #758EA8 is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 117 | 142 | 168 | - |
| CMYK | 0.30 | 0.15 | 0 | 0.34 |
| HSL | 210.59º | 0.23% | 0.56% | - |
| HSV(B) | 210.59º | 0.3% | 0.66% | - |
| XYZ | 24.08 | 25.96 | 40.79 | - |
| YUV | 137.49 | 145.22 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 142 | 168 | 0.30 | 0.15 | 0 | 0.34 | 210.59 | 0.23 | 0.56 |
| Hex | 75 | 8E | A8 | 1E | F | 0 | 22 | D3 | 17 | 38 |
| Octal | 165 | 216 | 250 | 36 | 17 | 0 | 42 | 323 | 27 | 70 |
| Binary | 1110101 | 10001110 | 10101000 | 11110 | 1111 | 0 | 100010 | 11010011 | 10111 | 111000 |
Color Harmonies of #758EA8
Complementary color
Monochromatic Colors of #758EA8
Black with #758EA8
Text Example
Text Example
White with #758EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758EA8; }
p { color: rgb(117,142,168); }
H1.HeaderClassName
{
color: #758EA8;
}
.AnyTagClassName
{
color: #758EA8;
}
</style>
background-color css
<style>
a { background-color: #758EA8; }
a { background-color: rgb(117,142,168); }
div.DivClassName
{
background-color: #758EA8;
}
.BgClassName
{
background-color: #758EA8;
}
</style>
border-color css
<style>
span { border-color: #758EA8; }
span { border-color: rgb(117,142,168); }
td.TdClassName
{
border-color: #758EA8;
}
.TagClassName
{
border-color: #758EA8;
}
</style>