Shades of Bermuda Grey #7190A0
Tints of Bermuda Grey #7190A0
RGB
CMYK
RGB Variations
Color information
#7190A0 (or 0x7190A0) is known color: Bermuda Grey. HEX triplet: 71, 90 and A0. RGB value is (113,144,160). Sum of RGB (Red+Green+Blue) = 113+144+160=417 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.10% from 417); Green value is 144 (56.64% from 255 or 34.53% from 417); Blue value is 160 (62.89% from 255 or 38.37% from 417); Max value from RGB is 160 - color contains mainly: blue. Hex color #7190A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7190A0 is #8E6F5F. Grayscale: #888888. Windows color (decimal): -9334624 or 10522737. OLE color: 10522737.
HSL color Cylindrical-coordinate representation of color #7190A0: hue angle of 200.43º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7190A0 is Cyan = 0.29, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 113 | 144 | 160 | - |
| CMYK | 0.29 | 0.1 | 0 | 0.37 |
| HSL | 200.43º | 0.2% | 0.54% | - |
| HSV(B) | 200.43º | 0.29% | 0.63% | - |
| XYZ | 23.13 | 26 | 37.06 | - |
| YUV | 136.56 | 141.23 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 144 | 160 | 0.29 | 0.1 | 0 | 0.37 | 200.43 | 0.2 | 0.54 |
| Hex | 71 | 90 | A0 | 1D | A | 0 | 25 | C8 | 14 | 36 |
| Octal | 161 | 220 | 240 | 35 | 12 | 0 | 45 | 310 | 24 | 66 |
| Binary | 1110001 | 10010000 | 10100000 | 11101 | 1010 | 0 | 100101 | 11001000 | 10100 | 110110 |
Color Harmonies of #7190A0
Complementary color
Monochromatic Colors of #7190A0
Black with #7190A0
Text Example
Text Example
White with #7190A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7190A0; }
p { color: rgb(113,144,160); }
H1.HeaderClassName
{
color: #7190A0;
}
.AnyTagClassName
{
color: #7190A0;
}
</style>
background-color css
<style>
a { background-color: #7190A0; }
a { background-color: rgb(113,144,160); }
div.DivClassName
{
background-color: #7190A0;
}
.BgClassName
{
background-color: #7190A0;
}
</style>
border-color css
<style>
span { border-color: #7190A0; }
span { border-color: rgb(113,144,160); }
td.TdClassName
{
border-color: #7190A0;
}
.TagClassName
{
border-color: #7190A0;
}
</style>