Shades of Bermuda Grey #70909E
Tints of Bermuda Grey #70909E
RGB
CMYK
RGB Variations
Color information
#70909E (or 0x70909E) is known color: Bermuda Grey. HEX triplet: 70, 90 and 9E. RGB value is (112,144,158). Sum of RGB (Red+Green+Blue) = 112+144+158=414 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.05% from 414); Green value is 144 (56.64% from 255 or 34.78% from 414); Blue value is 158 (62.11% from 255 or 38.16% from 414); Max value from RGB is 158 - color contains mainly: blue. Hex color #70909E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70909E is #8F6F61. Grayscale: #878787. Windows color (decimal): -9400162 or 10391664. OLE color: 10391664.
HSL color Cylindrical-coordinate representation of color #70909E: hue angle of 198.26º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #70909E is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 144 | 158 | - |
| CMYK | 0.29 | 0.09 | 0 | 0.38 |
| HSL | 198.26º | 0.19% | 0.53% | - |
| HSV(B) | 198.26º | 0.29% | 0.62% | - |
| XYZ | 22.83 | 25.86 | 36.14 | - |
| YUV | 136.03 | 140.4 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 144 | 158 | 0.29 | 0.09 | 0 | 0.38 | 198.26 | 0.19 | 0.53 |
| Hex | 70 | 90 | 9E | 1D | 9 | 0 | 26 | C6 | 13 | 35 |
| Octal | 160 | 220 | 236 | 35 | 11 | 0 | 46 | 306 | 23 | 65 |
| Binary | 1110000 | 10010000 | 10011110 | 11101 | 1001 | 0 | 100110 | 11000110 | 10011 | 110101 |
Color Harmonies of #70909E
Complementary color
Monochromatic Colors of #70909E
Black with #70909E
Text Example
Text Example
White with #70909E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70909E; }
p { color: rgb(112,144,158); }
H1.HeaderClassName
{
color: #70909E;
}
.AnyTagClassName
{
color: #70909E;
}
</style>
background-color css
<style>
a { background-color: #70909E; }
a { background-color: rgb(112,144,158); }
div.DivClassName
{
background-color: #70909E;
}
.BgClassName
{
background-color: #70909E;
}
</style>
border-color css
<style>
span { border-color: #70909E; }
span { border-color: rgb(112,144,158); }
td.TdClassName
{
border-color: #70909E;
}
.TagClassName
{
border-color: #70909E;
}
</style>