Shades of Bermuda Grey #7290AA
Tints of Bermuda Grey #7290AA
RGB
CMYK
RGB Variations
Color information
#7290AA (or 0x7290AA) is known color: Bermuda Grey. HEX triplet: 72, 90 and AA. RGB value is (114,144,170). Sum of RGB (Red+Green+Blue) = 114+144+170=428 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.64% from 428); Green value is 144 (56.64% from 255 or 33.64% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 170 - color contains mainly: blue. Hex color #7290AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7290AA is #8D6F55. Grayscale: #898989. Windows color (decimal): -9269078 or 11178098. OLE color: 11178098.
HSL color Cylindrical-coordinate representation of color #7290AA: hue angle of 207.86º 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 #7290AA is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 144 | 170 | - |
| CMYK | 0.33 | 0.15 | 0 | 0.33 |
| HSL | 207.86º | 0.25% | 0.56% | - |
| HSV(B) | 207.86º | 0.33% | 0.67% | - |
| XYZ | 24.17 | 26.43 | 41.86 | - |
| YUV | 137.99 | 146.06 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 144 | 170 | 0.33 | 0.15 | 0 | 0.33 | 207.86 | 0.25 | 0.56 |
| Hex | 72 | 90 | AA | 21 | F | 0 | 21 | D0 | 19 | 38 |
| Octal | 162 | 220 | 252 | 41 | 17 | 0 | 41 | 320 | 31 | 70 |
| Binary | 1110010 | 10010000 | 10101010 | 100001 | 1111 | 0 | 100001 | 11010000 | 11001 | 111000 |
Color Harmonies of #7290AA
Complementary color
Monochromatic Colors of #7290AA
Black with #7290AA
Text Example
Text Example
White with #7290AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7290AA; }
p { color: rgb(114,144,170); }
H1.HeaderClassName
{
color: #7290AA;
}
.AnyTagClassName
{
color: #7290AA;
}
</style>
background-color css
<style>
a { background-color: #7290AA; }
a { background-color: rgb(114,144,170); }
div.DivClassName
{
background-color: #7290AA;
}
.BgClassName
{
background-color: #7290AA;
}
</style>
border-color css
<style>
span { border-color: #7290AA; }
span { border-color: rgb(114,144,170); }
td.TdClassName
{
border-color: #7290AA;
}
.TagClassName
{
border-color: #7290AA;
}
</style>