Shades of Bermuda Grey #758E9D
Tints of Bermuda Grey #758E9D
RGB
CMYK
RGB Variations
Color information
#758E9D (or 0x758E9D) is known color: Bermuda Grey. HEX triplet: 75, 8E and 9D. RGB value is (117,142,157). Sum of RGB (Red+Green+Blue) = 117+142+157=416 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.12% from 416); Green value is 142 (55.86% from 255 or 34.13% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 157 - color contains mainly: blue. Hex color #758E9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758E9D is #8A7162. Grayscale: #888888. Windows color (decimal): -9072995 or 10325621. OLE color: 10325621.
HSL color Cylindrical-coordinate representation of color #758E9D: hue angle of 202.5º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #758E9D is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 142 | 157 | - |
| CMYK | 0.25 | 0.10 | 0 | 0.38 |
| HSL | 202.5º | 0.17% | 0.54% | - |
| HSV(B) | 202.5º | 0.25% | 0.62% | - |
| XYZ | 23.09 | 25.56 | 35.62 | - |
| YUV | 136.24 | 139.72 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 142 | 157 | 0.25 | 0.10 | 0 | 0.38 | 202.5 | 0.17 | 0.54 |
| Hex | 75 | 8E | 9D | 19 | A | 0 | 26 | CA | 11 | 36 |
| Octal | 165 | 216 | 235 | 31 | 12 | 0 | 46 | 312 | 21 | 66 |
| Binary | 1110101 | 10001110 | 10011101 | 11001 | 1010 | 0 | 100110 | 11001010 | 10001 | 110110 |
Color Harmonies of #758E9D
Complementary color
Monochromatic Colors of #758E9D
Black with #758E9D
Text Example
Text Example
White with #758E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758E9D; }
p { color: rgb(117,142,157); }
H1.HeaderClassName
{
color: #758E9D;
}
.AnyTagClassName
{
color: #758E9D;
}
</style>
background-color css
<style>
a { background-color: #758E9D; }
a { background-color: rgb(117,142,157); }
div.DivClassName
{
background-color: #758E9D;
}
.BgClassName
{
background-color: #758E9D;
}
</style>
border-color css
<style>
span { border-color: #758E9D; }
span { border-color: rgb(117,142,157); }
td.TdClassName
{
border-color: #758E9D;
}
.TagClassName
{
border-color: #758E9D;
}
</style>