Shades of Bermuda Grey #7A90A0
Tints of Bermuda Grey #7A90A0
RGB
CMYK
RGB Variations
Color information
#7A90A0 (or 0x7A90A0) is known color: Bermuda Grey. HEX triplet: 7A, 90 and A0. RGB value is (122,144,160). Sum of RGB (Red+Green+Blue) = 122+144+160=426 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.64% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 160 (62.89% from 255 or 37.56% from 426); Max value from RGB is 160 - color contains mainly: blue. Hex color #7A90A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A90A0 is #856F5F. Grayscale: #8B8B8B. Windows color (decimal): -8744800 or 10522746. OLE color: 10522746.
HSL color Cylindrical-coordinate representation of color #7A90A0: hue angle of 205.26º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7A90A0 is Cyan = 0.24, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 122 | 144 | 160 | - |
| CMYK | 0.24 | 0.1 | 0 | 0.37 |
| HSL | 205.26º | 0.17% | 0.55% | - |
| HSV(B) | 205.26º | 0.24% | 0.63% | - |
| XYZ | 24.34 | 26.62 | 37.11 | - |
| YUV | 139.25 | 139.71 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 144 | 160 | 0.24 | 0.1 | 0 | 0.37 | 205.26 | 0.17 | 0.55 |
| Hex | 7A | 90 | A0 | 18 | A | 0 | 25 | CD | 11 | 37 |
| Octal | 172 | 220 | 240 | 30 | 12 | 0 | 45 | 315 | 21 | 67 |
| Binary | 1111010 | 10010000 | 10100000 | 11000 | 1010 | 0 | 100101 | 11001101 | 10001 | 110111 |
Color Harmonies of #7A90A0
Complementary color
Monochromatic Colors of #7A90A0
Black with #7A90A0
Text Example
Text Example
White with #7A90A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A90A0; }
p { color: rgb(122,144,160); }
H1.HeaderClassName
{
color: #7A90A0;
}
.AnyTagClassName
{
color: #7A90A0;
}
</style>
background-color css
<style>
a { background-color: #7A90A0; }
a { background-color: rgb(122,144,160); }
div.DivClassName
{
background-color: #7A90A0;
}
.BgClassName
{
background-color: #7A90A0;
}
</style>
border-color css
<style>
span { border-color: #7A90A0; }
span { border-color: rgb(122,144,160); }
td.TdClassName
{
border-color: #7A90A0;
}
.TagClassName
{
border-color: #7A90A0;
}
</style>