Shades of Bermuda Grey #7194A0
Tints of Bermuda Grey #7194A0
RGB
CMYK
RGB Variations
Color information
#7194A0 (or 0x7194A0) is known color: Bermuda Grey. HEX triplet: 71, 94 and A0. RGB value is (113,148,160). Sum of RGB (Red+Green+Blue) = 113+148+160=421 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.84% from 421); Green value is 148 (58.20% from 255 or 35.15% from 421); Blue value is 160 (62.89% from 255 or 38.00% from 421); Max value from RGB is 160 - color contains mainly: blue. Hex color #7194A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7194A0 is #8E6B5F. Grayscale: #8A8A8A. Windows color (decimal): -9333600 or 10523761. OLE color: 10523761.
HSL color Cylindrical-coordinate representation of color #7194A0: hue angle of 195.32º 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 #7194A0 is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 113 | 148 | 160 | - |
| CMYK | 0.29 | 0.07 | 0 | 0.37 |
| HSL | 195.32º | 0.2% | 0.54% | - |
| HSV(B) | 195.32º | 0.29% | 0.63% | - |
| XYZ | 23.75 | 27.23 | 37.26 | - |
| YUV | 138.9 | 139.9 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 148 | 160 | 0.29 | 0.07 | 0 | 0.37 | 195.32 | 0.2 | 0.54 |
| Hex | 71 | 94 | A0 | 1D | 7 | 0 | 25 | C3 | 14 | 36 |
| Octal | 161 | 224 | 240 | 35 | 7 | 0 | 45 | 303 | 24 | 66 |
| Binary | 1110001 | 10010100 | 10100000 | 11101 | 111 | 0 | 100101 | 11000011 | 10100 | 110110 |
Color Harmonies of #7194A0
Complementary color
Monochromatic Colors of #7194A0
Black with #7194A0
Text Example
Text Example
White with #7194A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7194A0; }
p { color: rgb(113,148,160); }
H1.HeaderClassName
{
color: #7194A0;
}
.AnyTagClassName
{
color: #7194A0;
}
</style>
background-color css
<style>
a { background-color: #7194A0; }
a { background-color: rgb(113,148,160); }
div.DivClassName
{
background-color: #7194A0;
}
.BgClassName
{
background-color: #7194A0;
}
</style>
border-color css
<style>
span { border-color: #7194A0; }
span { border-color: rgb(113,148,160); }
td.TdClassName
{
border-color: #7194A0;
}
.TagClassName
{
border-color: #7194A0;
}
</style>