Shades of Bermuda Grey #7490AC
Tints of Bermuda Grey #7490AC
RGB
CMYK
RGB Variations
Color information
#7490AC (or 0x7490AC) is known color: Bermuda Grey. HEX triplet: 74, 90 and AC. RGB value is (116,144,172). Sum of RGB (Red+Green+Blue) = 116+144+172=432 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.85% from 432); Green value is 144 (56.64% from 255 or 33.33% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 172 - color contains mainly: blue. Hex color #7490AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7490AC is #8B6F53. Grayscale: #8A8A8A. Windows color (decimal): -9138004 or 11309172. OLE color: 11309172.
HSL color Cylindrical-coordinate representation of color #7490AC: hue angle of 210º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7490AC is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 144 | 172 | - |
| CMYK | 0.33 | 0.16 | 0 | 0.33 |
| HSL | 210º | 0.25% | 0.56% | - |
| HSV(B) | 210º | 0.33% | 0.67% | - |
| XYZ | 24.62 | 26.64 | 42.87 | - |
| YUV | 138.82 | 146.72 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 144 | 172 | 0.33 | 0.16 | 0 | 0.33 | 210 | 0.25 | 0.56 |
| Hex | 74 | 90 | AC | 21 | 10 | 0 | 21 | D2 | 19 | 38 |
| Octal | 164 | 220 | 254 | 41 | 20 | 0 | 41 | 322 | 31 | 70 |
| Binary | 1110100 | 10010000 | 10101100 | 100001 | 10000 | 0 | 100001 | 11010010 | 11001 | 111000 |
Color Harmonies of #7490AC
Complementary color
Monochromatic Colors of #7490AC
Black with #7490AC
Text Example
Text Example
White with #7490AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7490AC; }
p { color: rgb(116,144,172); }
H1.HeaderClassName
{
color: #7490AC;
}
.AnyTagClassName
{
color: #7490AC;
}
</style>
background-color css
<style>
a { background-color: #7490AC; }
a { background-color: rgb(116,144,172); }
div.DivClassName
{
background-color: #7490AC;
}
.BgClassName
{
background-color: #7490AC;
}
</style>
border-color css
<style>
span { border-color: #7490AC; }
span { border-color: rgb(116,144,172); }
td.TdClassName
{
border-color: #7490AC;
}
.TagClassName
{
border-color: #7490AC;
}
</style>