Shades of Bermuda Grey #7191AB
Tints of Bermuda Grey #7191AB
RGB
CMYK
RGB Variations
Color information
#7191AB (or 0x7191AB) is known color: Bermuda Grey. HEX triplet: 71, 91 and AB. RGB value is (113,145,171). Sum of RGB (Red+Green+Blue) = 113+145+171=429 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.34% from 429); Green value is 145 (57.03% from 255 or 33.80% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 171 - color contains mainly: blue. Hex color #7191AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7191AB is #8E6E54. Grayscale: #8A8A8A. Windows color (decimal): -9334357 or 11243889. OLE color: 11243889.
HSL color Cylindrical-coordinate representation of color #7191AB: hue angle of 206.9º 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 #7191AB is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 145 | 171 | - |
| CMYK | 0.34 | 0.15 | 0 | 0.33 |
| HSL | 206.9º | 0.26% | 0.56% | - |
| HSV(B) | 206.9º | 0.34% | 0.67% | - |
| XYZ | 24.29 | 26.7 | 42.4 | - |
| YUV | 138.4 | 146.4 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 145 | 171 | 0.34 | 0.15 | 0 | 0.33 | 206.9 | 0.26 | 0.56 |
| Hex | 71 | 91 | AB | 22 | F | 0 | 21 | CF | 1A | 38 |
| Octal | 161 | 221 | 253 | 42 | 17 | 0 | 41 | 317 | 32 | 70 |
| Binary | 1110001 | 10010001 | 10101011 | 100010 | 1111 | 0 | 100001 | 11001111 | 11010 | 111000 |
Color Harmonies of #7191AB
Complementary color
Monochromatic Colors of #7191AB
Black with #7191AB
Text Example
Text Example
White with #7191AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7191AB; }
p { color: rgb(113,145,171); }
H1.HeaderClassName
{
color: #7191AB;
}
.AnyTagClassName
{
color: #7191AB;
}
</style>
background-color css
<style>
a { background-color: #7191AB; }
a { background-color: rgb(113,145,171); }
div.DivClassName
{
background-color: #7191AB;
}
.BgClassName
{
background-color: #7191AB;
}
</style>
border-color css
<style>
span { border-color: #7191AB; }
span { border-color: rgb(113,145,171); }
td.TdClassName
{
border-color: #7191AB;
}
.TagClassName
{
border-color: #7191AB;
}
</style>