Shades of Bermuda Grey #758DA2
Tints of Bermuda Grey #758DA2
RGB
CMYK
RGB Variations
Color information
#758DA2 (or 0x758DA2) is known color: Bermuda Grey. HEX triplet: 75, 8D and A2. RGB value is (117,141,162). Sum of RGB (Red+Green+Blue) = 117+141+162=420 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.86% from 420); Green value is 141 (55.47% from 255 or 33.57% from 420); Blue value is 162 (63.67% from 255 or 38.57% from 420); Max value from RGB is 162 - color contains mainly: blue. Hex color #758DA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758DA2 is #8A725D. Grayscale: #888888. Windows color (decimal): -9073246 or 10653045. OLE color: 10653045.
HSL color Cylindrical-coordinate representation of color #758DA2: hue angle of 208º 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 #758DA2 is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 117 | 141 | 162 | - |
| CMYK | 0.28 | 0.13 | 0 | 0.36 |
| HSL | 208º | 0.19% | 0.55% | - |
| HSV(B) | 208º | 0.28% | 0.64% | - |
| XYZ | 23.38 | 25.44 | 37.86 | - |
| YUV | 136.22 | 142.55 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 141 | 162 | 0.28 | 0.13 | 0 | 0.36 | 208 | 0.19 | 0.55 |
| Hex | 75 | 8D | A2 | 1C | D | 0 | 24 | D0 | 13 | 37 |
| Octal | 165 | 215 | 242 | 34 | 15 | 0 | 44 | 320 | 23 | 67 |
| Binary | 1110101 | 10001101 | 10100010 | 11100 | 1101 | 0 | 100100 | 11010000 | 10011 | 110111 |
Color Harmonies of #758DA2
Complementary color
Monochromatic Colors of #758DA2
Black with #758DA2
Text Example
Text Example
White with #758DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758DA2; }
p { color: rgb(117,141,162); }
H1.HeaderClassName
{
color: #758DA2;
}
.AnyTagClassName
{
color: #758DA2;
}
</style>
background-color css
<style>
a { background-color: #758DA2; }
a { background-color: rgb(117,141,162); }
div.DivClassName
{
background-color: #758DA2;
}
.BgClassName
{
background-color: #758DA2;
}
</style>
border-color css
<style>
span { border-color: #758DA2; }
span { border-color: rgb(117,141,162); }
td.TdClassName
{
border-color: #758DA2;
}
.TagClassName
{
border-color: #758DA2;
}
</style>