Shades of Bermuda Grey #7190AC
Tints of Bermuda Grey #7190AC
RGB
CMYK
RGB Variations
Color information
#7190AC (or 0x7190AC) is known color: Bermuda Grey. HEX triplet: 71, 90 and AC. RGB value is (113,144,172). Sum of RGB (Red+Green+Blue) = 113+144+172=429 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.34% from 429); Green value is 144 (56.64% from 255 or 33.57% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 172 - color contains mainly: blue. Hex color #7190AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7190AC is #8E6F53. Grayscale: #898989. Windows color (decimal): -9334612 or 11309169. OLE color: 11309169.
HSL color Cylindrical-coordinate representation of color #7190AC: hue angle of 208.47º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7190AC is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 144 | 172 | - |
| CMYK | 0.34 | 0.16 | 0 | 0.33 |
| HSL | 208.47º | 0.26% | 0.56% | - |
| HSV(B) | 208.47º | 0.34% | 0.67% | - |
| XYZ | 24.23 | 26.44 | 42.86 | - |
| YUV | 137.92 | 147.23 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 144 | 172 | 0.34 | 0.16 | 0 | 0.33 | 208.47 | 0.26 | 0.56 |
| Hex | 71 | 90 | AC | 22 | 10 | 0 | 21 | D0 | 1A | 38 |
| Octal | 161 | 220 | 254 | 42 | 20 | 0 | 41 | 320 | 32 | 70 |
| Binary | 1110001 | 10010000 | 10101100 | 100010 | 10000 | 0 | 100001 | 11010000 | 11010 | 111000 |
Color Harmonies of #7190AC
Complementary color
Monochromatic Colors of #7190AC
Black with #7190AC
Text Example
Text Example
White with #7190AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7190AC; }
p { color: rgb(113,144,172); }
H1.HeaderClassName
{
color: #7190AC;
}
.AnyTagClassName
{
color: #7190AC;
}
</style>
background-color css
<style>
a { background-color: #7190AC; }
a { background-color: rgb(113,144,172); }
div.DivClassName
{
background-color: #7190AC;
}
.BgClassName
{
background-color: #7190AC;
}
</style>
border-color css
<style>
span { border-color: #7190AC; }
span { border-color: rgb(113,144,172); }
td.TdClassName
{
border-color: #7190AC;
}
.TagClassName
{
border-color: #7190AC;
}
</style>