Shades of Bermuda Grey #758D9E
Tints of Bermuda Grey #758D9E
RGB
CMYK
RGB Variations
Color information
#758D9E (or 0x758D9E) is known color: Bermuda Grey. HEX triplet: 75, 8D and 9E. RGB value is (117,141,158). Sum of RGB (Red+Green+Blue) = 117+141+158=416 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.12% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 158 (62.11% from 255 or 37.98% from 416); Max value from RGB is 158 - color contains mainly: blue. Hex color #758D9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758D9E is #8A7261. Grayscale: #878787. Windows color (decimal): -9073250 or 10390901. OLE color: 10390901.
HSL color Cylindrical-coordinate representation of color #758D9E: hue angle of 204.88º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #758D9E is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 141 | 158 | - |
| CMYK | 0.26 | 0.11 | 0 | 0.38 |
| HSL | 204.88º | 0.17% | 0.54% | - |
| HSV(B) | 204.88º | 0.26% | 0.62% | - |
| XYZ | 23.03 | 25.3 | 36.02 | - |
| YUV | 135.76 | 140.55 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 141 | 158 | 0.26 | 0.11 | 0 | 0.38 | 204.88 | 0.17 | 0.54 |
| Hex | 75 | 8D | 9E | 1A | B | 0 | 26 | CD | 11 | 36 |
| Octal | 165 | 215 | 236 | 32 | 13 | 0 | 46 | 315 | 21 | 66 |
| Binary | 1110101 | 10001101 | 10011110 | 11010 | 1011 | 0 | 100110 | 11001101 | 10001 | 110110 |
Color Harmonies of #758D9E
Complementary color
Monochromatic Colors of #758D9E
Black with #758D9E
Text Example
Text Example
White with #758D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758D9E; }
p { color: rgb(117,141,158); }
H1.HeaderClassName
{
color: #758D9E;
}
.AnyTagClassName
{
color: #758D9E;
}
</style>
background-color css
<style>
a { background-color: #758D9E; }
a { background-color: rgb(117,141,158); }
div.DivClassName
{
background-color: #758D9E;
}
.BgClassName
{
background-color: #758D9E;
}
</style>
border-color css
<style>
span { border-color: #758D9E; }
span { border-color: rgb(117,141,158); }
td.TdClassName
{
border-color: #758D9E;
}
.TagClassName
{
border-color: #758D9E;
}
</style>