Shades of Bermuda Grey #7494AA
Tints of Bermuda Grey #7494AA
RGB
CMYK
RGB Variations
Color information
#7494AA (or 0x7494AA) is known color: Bermuda Grey. HEX triplet: 74, 94 and AA. RGB value is (116,148,170). Sum of RGB (Red+Green+Blue) = 116+148+170=434 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.73% from 434); Green value is 148 (58.20% from 255 or 34.10% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 170 - color contains mainly: blue. Hex color #7494AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7494AA is #8B6B55. Grayscale: #8C8C8C. Windows color (decimal): -9136982 or 11179124. OLE color: 11179124.
HSL color Cylindrical-coordinate representation of color #7494AA: hue angle of 204.44º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7494AA is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 148 | 170 | - |
| CMYK | 0.32 | 0.13 | 0 | 0.33 |
| HSL | 204.44º | 0.24% | 0.56% | - |
| HSV(B) | 204.44º | 0.32% | 0.67% | - |
| XYZ | 25.05 | 27.8 | 42.08 | - |
| YUV | 140.94 | 144.4 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 148 | 170 | 0.32 | 0.13 | 0 | 0.33 | 204.44 | 0.24 | 0.56 |
| Hex | 74 | 94 | AA | 20 | D | 0 | 21 | CC | 18 | 38 |
| Octal | 164 | 224 | 252 | 40 | 15 | 0 | 41 | 314 | 30 | 70 |
| Binary | 1110100 | 10010100 | 10101010 | 100000 | 1101 | 0 | 100001 | 11001100 | 11000 | 111000 |
Color Harmonies of #7494AA
Complementary color
Monochromatic Colors of #7494AA
Black with #7494AA
Text Example
Text Example
White with #7494AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7494AA; }
p { color: rgb(116,148,170); }
H1.HeaderClassName
{
color: #7494AA;
}
.AnyTagClassName
{
color: #7494AA;
}
</style>
background-color css
<style>
a { background-color: #7494AA; }
a { background-color: rgb(116,148,170); }
div.DivClassName
{
background-color: #7494AA;
}
.BgClassName
{
background-color: #7494AA;
}
</style>
border-color css
<style>
span { border-color: #7494AA; }
span { border-color: rgb(116,148,170); }
td.TdClassName
{
border-color: #7494AA;
}
.TagClassName
{
border-color: #7494AA;
}
</style>