Shades of Bermuda Grey #7095AB
Tints of Bermuda Grey #7095AB
RGB
CMYK
RGB Variations
Color information
#7095AB (or 0x7095AB) is known color: Bermuda Grey. HEX triplet: 70, 95 and AB. RGB value is (112,149,171). Sum of RGB (Red+Green+Blue) = 112+149+171=432 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.93% from 432); Green value is 149 (58.59% from 255 or 34.49% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 171 - color contains mainly: blue. Hex color #7095AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7095AB is #8F6A54. Grayscale: #8C8C8C. Windows color (decimal): -9398869 or 11244912. OLE color: 11244912.
HSL color Cylindrical-coordinate representation of color #7095AB: hue angle of 202.37º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7095AB is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 149 | 171 | - |
| CMYK | 0.35 | 0.13 | 0 | 0.33 |
| HSL | 202.37º | 0.26% | 0.55% | - |
| HSV(B) | 202.37º | 0.35% | 0.67% | - |
| XYZ | 24.78 | 27.88 | 42.6 | - |
| YUV | 140.45 | 145.24 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 149 | 171 | 0.35 | 0.13 | 0 | 0.33 | 202.37 | 0.26 | 0.55 |
| Hex | 70 | 95 | AB | 23 | D | 0 | 21 | CA | 1A | 37 |
| Octal | 160 | 225 | 253 | 43 | 15 | 0 | 41 | 312 | 32 | 67 |
| Binary | 1110000 | 10010101 | 10101011 | 100011 | 1101 | 0 | 100001 | 11001010 | 11010 | 110111 |
Color Harmonies of #7095AB
Complementary color
Monochromatic Colors of #7095AB
Black with #7095AB
Text Example
Text Example
White with #7095AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7095AB; }
p { color: rgb(112,149,171); }
H1.HeaderClassName
{
color: #7095AB;
}
.AnyTagClassName
{
color: #7095AB;
}
</style>
background-color css
<style>
a { background-color: #7095AB; }
a { background-color: rgb(112,149,171); }
div.DivClassName
{
background-color: #7095AB;
}
.BgClassName
{
background-color: #7095AB;
}
</style>
border-color css
<style>
span { border-color: #7095AB; }
span { border-color: rgb(112,149,171); }
td.TdClassName
{
border-color: #7095AB;
}
.TagClassName
{
border-color: #7095AB;
}
</style>