Shades of Bermuda Grey #748EA2
Tints of Bermuda Grey #748EA2
RGB
CMYK
RGB Variations
Color information
#748EA2 (or 0x748EA2) is known color: Bermuda Grey. HEX triplet: 74, 8E and A2. RGB value is (116,142,162). Sum of RGB (Red+Green+Blue) = 116+142+162=420 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.62% from 420); Green value is 142 (55.86% from 255 or 33.81% 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 #748EA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748EA2 is #8B715D. Grayscale: #888888. Windows color (decimal): -9138526 or 10653300. OLE color: 10653300.
HSL color Cylindrical-coordinate representation of color #748EA2: hue angle of 206.09º degrees, saturation: 0.2, 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 #748EA2 is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 116 | 142 | 162 | - |
| CMYK | 0.28 | 0.12 | 0 | 0.36 |
| HSL | 206.09º | 0.2% | 0.55% | - |
| HSV(B) | 206.09º | 0.28% | 0.64% | - |
| XYZ | 23.4 | 25.67 | 37.9 | - |
| YUV | 136.51 | 142.39 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 142 | 162 | 0.28 | 0.12 | 0 | 0.36 | 206.09 | 0.2 | 0.55 |
| Hex | 74 | 8E | A2 | 1C | C | 0 | 24 | CE | 14 | 37 |
| Octal | 164 | 216 | 242 | 34 | 14 | 0 | 44 | 316 | 24 | 67 |
| Binary | 1110100 | 10001110 | 10100010 | 11100 | 1100 | 0 | 100100 | 11001110 | 10100 | 110111 |
Color Harmonies of #748EA2
Complementary color
Monochromatic Colors of #748EA2
Black with #748EA2
Text Example
Text Example
White with #748EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748EA2; }
p { color: rgb(116,142,162); }
H1.HeaderClassName
{
color: #748EA2;
}
.AnyTagClassName
{
color: #748EA2;
}
</style>
background-color css
<style>
a { background-color: #748EA2; }
a { background-color: rgb(116,142,162); }
div.DivClassName
{
background-color: #748EA2;
}
.BgClassName
{
background-color: #748EA2;
}
</style>
border-color css
<style>
span { border-color: #748EA2; }
span { border-color: rgb(116,142,162); }
td.TdClassName
{
border-color: #748EA2;
}
.TagClassName
{
border-color: #748EA2;
}
</style>