Shades of Bermuda Grey #7097A3
Tints of Bermuda Grey #7097A3
RGB
CMYK
RGB Variations
Color information
#7097A3 (or 0x7097A3) is known color: Bermuda Grey. HEX triplet: 70, 97 and A3. RGB value is (112,151,163). Sum of RGB (Red+Green+Blue) = 112+151+163=426 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.29% from 426); Green value is 151 (59.38% from 255 or 35.45% from 426); Blue value is 163 (64.06% from 255 or 38.26% from 426); Max value from RGB is 163 - color contains mainly: blue. Hex color #7097A3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7097A3 is #8F685C. Grayscale: #8C8C8C. Windows color (decimal): -9398365 or 10721136. OLE color: 10721136.
HSL color Cylindrical-coordinate representation of color #7097A3: hue angle of 194.12º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7097A3 is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 112 | 151 | 163 | - |
| CMYK | 0.31 | 0.07 | 0 | 0.36 |
| HSL | 194.12º | 0.22% | 0.54% | - |
| HSV(B) | 194.12º | 0.31% | 0.64% | - |
| XYZ | 24.36 | 28.22 | 38.81 | - |
| YUV | 140.71 | 140.58 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 151 | 163 | 0.31 | 0.07 | 0 | 0.36 | 194.12 | 0.22 | 0.54 |
| Hex | 70 | 97 | A3 | 1F | 7 | 0 | 24 | C2 | 16 | 36 |
| Octal | 160 | 227 | 243 | 37 | 7 | 0 | 44 | 302 | 26 | 66 |
| Binary | 1110000 | 10010111 | 10100011 | 11111 | 111 | 0 | 100100 | 11000010 | 10110 | 110110 |
Color Harmonies of #7097A3
Complementary color
Monochromatic Colors of #7097A3
Black with #7097A3
Text Example
Text Example
White with #7097A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7097A3; }
p { color: rgb(112,151,163); }
H1.HeaderClassName
{
color: #7097A3;
}
.AnyTagClassName
{
color: #7097A3;
}
</style>
background-color css
<style>
a { background-color: #7097A3; }
a { background-color: rgb(112,151,163); }
div.DivClassName
{
background-color: #7097A3;
}
.BgClassName
{
background-color: #7097A3;
}
</style>
border-color css
<style>
span { border-color: #7097A3; }
span { border-color: rgb(112,151,163); }
td.TdClassName
{
border-color: #7097A3;
}
.TagClassName
{
border-color: #7097A3;
}
</style>