Shades of Bermuda Grey #7195A0
Tints of Bermuda Grey #7195A0
RGB
CMYK
RGB Variations
Color information
#7195A0 (or 0x7195A0) is known color: Bermuda Grey. HEX triplet: 71, 95 and A0. RGB value is (113,149,160). Sum of RGB (Red+Green+Blue) = 113+149+160=422 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.78% from 422); Green value is 149 (58.59% from 255 or 35.31% from 422); Blue value is 160 (62.89% from 255 or 37.91% from 422); Max value from RGB is 160 - color contains mainly: blue. Hex color #7195A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7195A0 is #8E6A5F. Grayscale: #8B8B8B. Windows color (decimal): -9333344 or 10524017. OLE color: 10524017.
HSL color Cylindrical-coordinate representation of color #7195A0: hue angle of 194.04º 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 #7195A0 is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 113 | 149 | 160 | - |
| CMYK | 0.29 | 0.07 | 0 | 0.37 |
| HSL | 194.04º | 0.2% | 0.54% | - |
| HSV(B) | 194.04º | 0.29% | 0.63% | - |
| XYZ | 23.9 | 27.54 | 37.31 | - |
| YUV | 139.49 | 139.57 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 149 | 160 | 0.29 | 0.07 | 0 | 0.37 | 194.04 | 0.2 | 0.54 |
| Hex | 71 | 95 | A0 | 1D | 7 | 0 | 25 | C2 | 14 | 36 |
| Octal | 161 | 225 | 240 | 35 | 7 | 0 | 45 | 302 | 24 | 66 |
| Binary | 1110001 | 10010101 | 10100000 | 11101 | 111 | 0 | 100101 | 11000010 | 10100 | 110110 |
Color Harmonies of #7195A0
Complementary color
Monochromatic Colors of #7195A0
Black with #7195A0
Text Example
Text Example
White with #7195A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7195A0; }
p { color: rgb(113,149,160); }
H1.HeaderClassName
{
color: #7195A0;
}
.AnyTagClassName
{
color: #7195A0;
}
</style>
background-color css
<style>
a { background-color: #7195A0; }
a { background-color: rgb(113,149,160); }
div.DivClassName
{
background-color: #7195A0;
}
.BgClassName
{
background-color: #7195A0;
}
</style>
border-color css
<style>
span { border-color: #7195A0; }
span { border-color: rgb(113,149,160); }
td.TdClassName
{
border-color: #7195A0;
}
.TagClassName
{
border-color: #7195A0;
}
</style>