Shades of Bermuda Grey #7090A0
Tints of Bermuda Grey #7090A0
RGB
CMYK
RGB Variations
Color information
#7090A0 (or 0x7090A0) is known color: Bermuda Grey. HEX triplet: 70, 90 and A0. RGB value is (112,144,160). Sum of RGB (Red+Green+Blue) = 112+144+160=416 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.92% from 416); Green value is 144 (56.64% from 255 or 34.62% from 416); Blue value is 160 (62.89% from 255 or 38.46% from 416); Max value from RGB is 160 - color contains mainly: blue. Hex color #7090A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7090A0 is #8F6F5F. Grayscale: #888888. Windows color (decimal): -9400160 or 10522736. OLE color: 10522736.
HSL color Cylindrical-coordinate representation of color #7090A0: hue angle of 200º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7090A0 is Cyan = 0.30, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 112 | 144 | 160 | - |
| CMYK | 0.30 | 0.1 | 0 | 0.37 |
| HSL | 200º | 0.2% | 0.53% | - |
| HSV(B) | 200º | 0.3% | 0.63% | - |
| XYZ | 23 | 25.93 | 37.05 | - |
| YUV | 136.26 | 141.4 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 144 | 160 | 0.30 | 0.1 | 0 | 0.37 | 200 | 0.2 | 0.53 |
| Hex | 70 | 90 | A0 | 1E | A | 0 | 25 | C8 | 14 | 35 |
| Octal | 160 | 220 | 240 | 36 | 12 | 0 | 45 | 310 | 24 | 65 |
| Binary | 1110000 | 10010000 | 10100000 | 11110 | 1010 | 0 | 100101 | 11001000 | 10100 | 110101 |
Color Harmonies of #7090A0
Complementary color
Monochromatic Colors of #7090A0
Black with #7090A0
Text Example
Text Example
White with #7090A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7090A0; }
p { color: rgb(112,144,160); }
H1.HeaderClassName
{
color: #7090A0;
}
.AnyTagClassName
{
color: #7090A0;
}
</style>
background-color css
<style>
a { background-color: #7090A0; }
a { background-color: rgb(112,144,160); }
div.DivClassName
{
background-color: #7090A0;
}
.BgClassName
{
background-color: #7090A0;
}
</style>
border-color css
<style>
span { border-color: #7090A0; }
span { border-color: rgb(112,144,160); }
td.TdClassName
{
border-color: #7090A0;
}
.TagClassName
{
border-color: #7090A0;
}
</style>