Shades of Bermuda Grey #7296AA
Tints of Bermuda Grey #7296AA
RGB
CMYK
RGB Variations
Color information
#7296AA (or 0x7296AA) is known color: Bermuda Grey. HEX triplet: 72, 96 and AA. RGB value is (114,150,170). Sum of RGB (Red+Green+Blue) = 114+150+170=434 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.27% from 434); Green value is 150 (58.98% from 255 or 34.56% 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 #7296AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7296AA is #8D6955. Grayscale: #8D8D8D. Windows color (decimal): -9267542 or 11179634. OLE color: 11179634.
HSL color Cylindrical-coordinate representation of color #7296AA: hue angle of 201.43º 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 #7296AA is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 150 | 170 | - |
| CMYK | 0.33 | 0.12 | 0 | 0.33 |
| HSL | 201.43º | 0.25% | 0.56% | - |
| HSV(B) | 201.43º | 0.33% | 0.67% | - |
| XYZ | 25.1 | 28.29 | 42.17 | - |
| YUV | 141.52 | 144.07 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 150 | 170 | 0.33 | 0.12 | 0 | 0.33 | 201.43 | 0.25 | 0.56 |
| Hex | 72 | 96 | AA | 21 | C | 0 | 21 | C9 | 19 | 38 |
| Octal | 162 | 226 | 252 | 41 | 14 | 0 | 41 | 311 | 31 | 70 |
| Binary | 1110010 | 10010110 | 10101010 | 100001 | 1100 | 0 | 100001 | 11001001 | 11001 | 111000 |
Color Harmonies of #7296AA
Complementary color
Monochromatic Colors of #7296AA
Black with #7296AA
Text Example
Text Example
White with #7296AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7296AA; }
p { color: rgb(114,150,170); }
H1.HeaderClassName
{
color: #7296AA;
}
.AnyTagClassName
{
color: #7296AA;
}
</style>
background-color css
<style>
a { background-color: #7296AA; }
a { background-color: rgb(114,150,170); }
div.DivClassName
{
background-color: #7296AA;
}
.BgClassName
{
background-color: #7296AA;
}
</style>
border-color css
<style>
span { border-color: #7296AA; }
span { border-color: rgb(114,150,170); }
td.TdClassName
{
border-color: #7296AA;
}
.TagClassName
{
border-color: #7296AA;
}
</style>