Shades of Bermuda Grey #758DA1
Tints of Bermuda Grey #758DA1
RGB
CMYK
RGB Variations
Color information
#758DA1 (or 0x758DA1) is known color: Bermuda Grey. HEX triplet: 75, 8D and A1. RGB value is (117,141,161). Sum of RGB (Red+Green+Blue) = 117+141+161=419 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.92% from 419); Green value is 141 (55.47% from 255 or 33.65% from 419); Blue value is 161 (63.28% from 255 or 38.42% from 419); Max value from RGB is 161 - color contains mainly: blue. Hex color #758DA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758DA1 is #8A725E. Grayscale: #888888. Windows color (decimal): -9073247 or 10587509. OLE color: 10587509.
HSL color Cylindrical-coordinate representation of color #758DA1: hue angle of 207.27º 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 #758DA1 is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 117 | 141 | 161 | - |
| CMYK | 0.27 | 0.12 | 0 | 0.37 |
| HSL | 207.27º | 0.19% | 0.55% | - |
| HSV(B) | 207.27º | 0.27% | 0.63% | - |
| XYZ | 23.29 | 25.4 | 37.39 | - |
| YUV | 136.1 | 142.05 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 141 | 161 | 0.27 | 0.12 | 0 | 0.37 | 207.27 | 0.19 | 0.55 |
| Hex | 75 | 8D | A1 | 1B | C | 0 | 25 | CF | 13 | 37 |
| Octal | 165 | 215 | 241 | 33 | 14 | 0 | 45 | 317 | 23 | 67 |
| Binary | 1110101 | 10001101 | 10100001 | 11011 | 1100 | 0 | 100101 | 11001111 | 10011 | 110111 |
Color Harmonies of #758DA1
Complementary color
Monochromatic Colors of #758DA1
Black with #758DA1
Text Example
Text Example
White with #758DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758DA1; }
p { color: rgb(117,141,161); }
H1.HeaderClassName
{
color: #758DA1;
}
.AnyTagClassName
{
color: #758DA1;
}
</style>
background-color css
<style>
a { background-color: #758DA1; }
a { background-color: rgb(117,141,161); }
div.DivClassName
{
background-color: #758DA1;
}
.BgClassName
{
background-color: #758DA1;
}
</style>
border-color css
<style>
span { border-color: #758DA1; }
span { border-color: rgb(117,141,161); }
td.TdClassName
{
border-color: #758DA1;
}
.TagClassName
{
border-color: #758DA1;
}
</style>