Shades of Bermuda Grey #7292AB
Tints of Bermuda Grey #7292AB
RGB
CMYK
RGB Variations
Color information
#7292AB (or 0x7292AB) is known color: Bermuda Grey. HEX triplet: 72, 92 and AB. RGB value is (114,146,171). Sum of RGB (Red+Green+Blue) = 114+146+171=431 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.45% from 431); Green value is 146 (57.42% from 255 or 33.87% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 171 - color contains mainly: blue. Hex color #7292AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7292AB is #8D6D54. Grayscale: #8B8B8B. Windows color (decimal): -9268565 or 11244146. OLE color: 11244146.
HSL color Cylindrical-coordinate representation of color #7292AB: hue angle of 206.32º 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 #7292AB is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 146 | 171 | - |
| CMYK | 0.33 | 0.15 | 0 | 0.33 |
| HSL | 206.32º | 0.25% | 0.56% | - |
| HSV(B) | 206.32º | 0.33% | 0.67% | - |
| XYZ | 24.57 | 27.08 | 42.46 | - |
| YUV | 139.28 | 145.9 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 146 | 171 | 0.33 | 0.15 | 0 | 0.33 | 206.32 | 0.25 | 0.56 |
| Hex | 72 | 92 | AB | 21 | F | 0 | 21 | CE | 19 | 38 |
| Octal | 162 | 222 | 253 | 41 | 17 | 0 | 41 | 316 | 31 | 70 |
| Binary | 1110010 | 10010010 | 10101011 | 100001 | 1111 | 0 | 100001 | 11001110 | 11001 | 111000 |
Color Harmonies of #7292AB
Complementary color
Monochromatic Colors of #7292AB
Black with #7292AB
Text Example
Text Example
White with #7292AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7292AB; }
p { color: rgb(114,146,171); }
H1.HeaderClassName
{
color: #7292AB;
}
.AnyTagClassName
{
color: #7292AB;
}
</style>
background-color css
<style>
a { background-color: #7292AB; }
a { background-color: rgb(114,146,171); }
div.DivClassName
{
background-color: #7292AB;
}
.BgClassName
{
background-color: #7292AB;
}
</style>
border-color css
<style>
span { border-color: #7292AB; }
span { border-color: rgb(114,146,171); }
td.TdClassName
{
border-color: #7292AB;
}
.TagClassName
{
border-color: #7292AB;
}
</style>