Shades of Bermuda Grey #7992AB
Tints of Bermuda Grey #7992AB
RGB
CMYK
RGB Variations
Color information
#7992AB (or 0x7992AB) is known color: Bermuda Grey. HEX triplet: 79, 92 and AB. RGB value is (121,146,171). Sum of RGB (Red+Green+Blue) = 121+146+171=438 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.63% from 438); Green value is 146 (57.42% from 255 or 33.33% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 171 - color contains mainly: blue. Hex color #7992AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7992AB is #866D54. Grayscale: #8D8D8D. Windows color (decimal): -8809813 or 11244153. OLE color: 11244153.
HSL color Cylindrical-coordinate representation of color #7992AB: hue angle of 210º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7992AB is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 121 | 146 | 171 | - |
| CMYK | 0.29 | 0.15 | 0 | 0.33 |
| HSL | 210º | 0.23% | 0.57% | - |
| HSV(B) | 210º | 0.29% | 0.67% | - |
| XYZ | 25.51 | 27.56 | 42.5 | - |
| YUV | 141.38 | 144.72 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 146 | 171 | 0.29 | 0.15 | 0 | 0.33 | 210 | 0.23 | 0.57 |
| Hex | 79 | 92 | AB | 1D | F | 0 | 21 | D2 | 17 | 39 |
| Octal | 171 | 222 | 253 | 35 | 17 | 0 | 41 | 322 | 27 | 71 |
| Binary | 1111001 | 10010010 | 10101011 | 11101 | 1111 | 0 | 100001 | 11010010 | 10111 | 111001 |
Color Harmonies of #7992AB
Complementary color
Monochromatic Colors of #7992AB
Black with #7992AB
Text Example
Text Example
White with #7992AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7992AB; }
p { color: rgb(121,146,171); }
H1.HeaderClassName
{
color: #7992AB;
}
.AnyTagClassName
{
color: #7992AB;
}
</style>
background-color css
<style>
a { background-color: #7992AB; }
a { background-color: rgb(121,146,171); }
div.DivClassName
{
background-color: #7992AB;
}
.BgClassName
{
background-color: #7992AB;
}
</style>
border-color css
<style>
span { border-color: #7992AB; }
span { border-color: rgb(121,146,171); }
td.TdClassName
{
border-color: #7992AB;
}
.TagClassName
{
border-color: #7992AB;
}
</style>