Shades of Bermuda Grey #758EA1
Tints of Bermuda Grey #758EA1
RGB
CMYK
RGB Variations
Color information
#758EA1 (or 0x758EA1) is known color: Bermuda Grey. HEX triplet: 75, 8E and A1. RGB value is (117,142,161). Sum of RGB (Red+Green+Blue) = 117+142+161=420 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.86% from 420); Green value is 142 (55.86% from 255 or 33.81% from 420); Blue value is 161 (63.28% from 255 or 38.33% from 420); Max value from RGB is 161 - color contains mainly: blue. Hex color #758EA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758EA1 is #8A715E. Grayscale: #888888. Windows color (decimal): -9072991 or 10587765. OLE color: 10587765.
HSL color Cylindrical-coordinate representation of color #758EA1: hue angle of 205.91º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #758EA1 is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 117 | 142 | 161 | - |
| CMYK | 0.27 | 0.12 | 0 | 0.37 |
| HSL | 205.91º | 0.19% | 0.55% | - |
| HSV(B) | 205.91º | 0.27% | 0.63% | - |
| XYZ | 23.44 | 25.7 | 37.44 | - |
| YUV | 136.69 | 141.72 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 142 | 161 | 0.27 | 0.12 | 0 | 0.37 | 205.91 | 0.19 | 0.55 |
| Hex | 75 | 8E | A1 | 1B | C | 0 | 25 | CE | 13 | 37 |
| Octal | 165 | 216 | 241 | 33 | 14 | 0 | 45 | 316 | 23 | 67 |
| Binary | 1110101 | 10001110 | 10100001 | 11011 | 1100 | 0 | 100101 | 11001110 | 10011 | 110111 |
Color Harmonies of #758EA1
Complementary color
Monochromatic Colors of #758EA1
Black with #758EA1
Text Example
Text Example
White with #758EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758EA1; }
p { color: rgb(117,142,161); }
H1.HeaderClassName
{
color: #758EA1;
}
.AnyTagClassName
{
color: #758EA1;
}
</style>
background-color css
<style>
a { background-color: #758EA1; }
a { background-color: rgb(117,142,161); }
div.DivClassName
{
background-color: #758EA1;
}
.BgClassName
{
background-color: #758EA1;
}
</style>
border-color css
<style>
span { border-color: #758EA1; }
span { border-color: rgb(117,142,161); }
td.TdClassName
{
border-color: #758EA1;
}
.TagClassName
{
border-color: #758EA1;
}
</style>