Shades of Bermuda Grey #758EA2
Tints of Bermuda Grey #758EA2
RGB
CMYK
RGB Variations
Color information
#758EA2 (or 0x758EA2) is known color: Bermuda Grey. HEX triplet: 75, 8E and A2. RGB value is (117,142,162). Sum of RGB (Red+Green+Blue) = 117+142+162=421 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.79% from 421); Green value is 142 (55.86% from 255 or 33.73% from 421); Blue value is 162 (63.67% from 255 or 38.48% from 421); Max value from RGB is 162 - color contains mainly: blue. Hex color #758EA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758EA2 is #8A715D. Grayscale: #888888. Windows color (decimal): -9072990 or 10653301. OLE color: 10653301.
HSL color Cylindrical-coordinate representation of color #758EA2: hue angle of 206.67º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #758EA2 is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 117 | 142 | 162 | - |
| CMYK | 0.28 | 0.12 | 0 | 0.36 |
| HSL | 206.67º | 0.19% | 0.55% | - |
| HSV(B) | 206.67º | 0.28% | 0.64% | - |
| XYZ | 23.53 | 25.74 | 37.91 | - |
| YUV | 136.81 | 142.22 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 142 | 162 | 0.28 | 0.12 | 0 | 0.36 | 206.67 | 0.19 | 0.55 |
| Hex | 75 | 8E | A2 | 1C | C | 0 | 24 | CF | 13 | 37 |
| Octal | 165 | 216 | 242 | 34 | 14 | 0 | 44 | 317 | 23 | 67 |
| Binary | 1110101 | 10001110 | 10100010 | 11100 | 1100 | 0 | 100100 | 11001111 | 10011 | 110111 |
Color Harmonies of #758EA2
Complementary color
Monochromatic Colors of #758EA2
Black with #758EA2
Text Example
Text Example
White with #758EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758EA2; }
p { color: rgb(117,142,162); }
H1.HeaderClassName
{
color: #758EA2;
}
.AnyTagClassName
{
color: #758EA2;
}
</style>
background-color css
<style>
a { background-color: #758EA2; }
a { background-color: rgb(117,142,162); }
div.DivClassName
{
background-color: #758EA2;
}
.BgClassName
{
background-color: #758EA2;
}
</style>
border-color css
<style>
span { border-color: #758EA2; }
span { border-color: rgb(117,142,162); }
td.TdClassName
{
border-color: #758EA2;
}
.TagClassName
{
border-color: #758EA2;
}
</style>