Shades of Bermuda Grey #758EA4
Tints of Bermuda Grey #758EA4
RGB
CMYK
RGB Variations
Color information
#758EA4 (or 0x758EA4) is known color: Bermuda Grey. HEX triplet: 75, 8E and A4. RGB value is (117,142,164). Sum of RGB (Red+Green+Blue) = 117+142+164=423 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.66% from 423); Green value is 142 (55.86% from 255 or 33.57% from 423); Blue value is 164 (64.45% from 255 or 38.77% from 423); Max value from RGB is 164 - color contains mainly: blue. Hex color #758EA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758EA4 is #8A715B. Grayscale: #888888. Windows color (decimal): -9072988 or 10784373. OLE color: 10784373.
HSL color Cylindrical-coordinate representation of color #758EA4: hue angle of 208.09º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #758EA4 is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 117 | 142 | 164 | - |
| CMYK | 0.29 | 0.13 | 0 | 0.36 |
| HSL | 208.09º | 0.21% | 0.55% | - |
| HSV(B) | 208.09º | 0.29% | 0.64% | - |
| XYZ | 23.71 | 25.81 | 38.85 | - |
| YUV | 137.03 | 143.22 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 142 | 164 | 0.29 | 0.13 | 0 | 0.36 | 208.09 | 0.21 | 0.55 |
| Hex | 75 | 8E | A4 | 1D | D | 0 | 24 | D0 | 15 | 37 |
| Octal | 165 | 216 | 244 | 35 | 15 | 0 | 44 | 320 | 25 | 67 |
| Binary | 1110101 | 10001110 | 10100100 | 11101 | 1101 | 0 | 100100 | 11010000 | 10101 | 110111 |
Color Harmonies of #758EA4
Complementary color
Monochromatic Colors of #758EA4
Black with #758EA4
Text Example
Text Example
White with #758EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758EA4; }
p { color: rgb(117,142,164); }
H1.HeaderClassName
{
color: #758EA4;
}
.AnyTagClassName
{
color: #758EA4;
}
</style>
background-color css
<style>
a { background-color: #758EA4; }
a { background-color: rgb(117,142,164); }
div.DivClassName
{
background-color: #758EA4;
}
.BgClassName
{
background-color: #758EA4;
}
</style>
border-color css
<style>
span { border-color: #758EA4; }
span { border-color: rgb(117,142,164); }
td.TdClassName
{
border-color: #758EA4;
}
.TagClassName
{
border-color: #758EA4;
}
</style>