Shades of Bermuda Grey #7090A6
Tints of Bermuda Grey #7090A6
RGB
CMYK
RGB Variations
Color information
#7090A6 (or 0x7090A6) is known color: Bermuda Grey. HEX triplet: 70, 90 and A6. RGB value is (112,144,166). Sum of RGB (Red+Green+Blue) = 112+144+166=422 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.54% from 422); Green value is 144 (56.64% from 255 or 34.12% from 422); Blue value is 166 (65.23% from 255 or 39.34% from 422); Max value from RGB is 166 - color contains mainly: blue. Hex color #7090A6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7090A6 is #8F6F59. Grayscale: #888888. Windows color (decimal): -9400154 or 10915952. OLE color: 10915952.
HSL color Cylindrical-coordinate representation of color #7090A6: hue angle of 204.44º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7090A6 is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 112 | 144 | 166 | - |
| CMYK | 0.33 | 0.13 | 0 | 0.35 |
| HSL | 204.44º | 0.23% | 0.55% | - |
| HSV(B) | 204.44º | 0.33% | 0.65% | - |
| XYZ | 23.54 | 26.14 | 39.88 | - |
| YUV | 136.94 | 144.4 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 144 | 166 | 0.33 | 0.13 | 0 | 0.35 | 204.44 | 0.23 | 0.55 |
| Hex | 70 | 90 | A6 | 21 | D | 0 | 23 | CC | 17 | 37 |
| Octal | 160 | 220 | 246 | 41 | 15 | 0 | 43 | 314 | 27 | 67 |
| Binary | 1110000 | 10010000 | 10100110 | 100001 | 1101 | 0 | 100011 | 11001100 | 10111 | 110111 |
Color Harmonies of #7090A6
Complementary color
Monochromatic Colors of #7090A6
Black with #7090A6
Text Example
Text Example
White with #7090A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7090A6; }
p { color: rgb(112,144,166); }
H1.HeaderClassName
{
color: #7090A6;
}
.AnyTagClassName
{
color: #7090A6;
}
</style>
background-color css
<style>
a { background-color: #7090A6; }
a { background-color: rgb(112,144,166); }
div.DivClassName
{
background-color: #7090A6;
}
.BgClassName
{
background-color: #7090A6;
}
</style>
border-color css
<style>
span { border-color: #7090A6; }
span { border-color: rgb(112,144,166); }
td.TdClassName
{
border-color: #7090A6;
}
.TagClassName
{
border-color: #7090A6;
}
</style>