Shades of Bermuda Grey #70909D
Tints of Bermuda Grey #70909D
RGB
CMYK
RGB Variations
Color information
#70909D (or 0x70909D) is known color: Bermuda Grey. HEX triplet: 70, 90 and 9D. RGB value is (112,144,157). Sum of RGB (Red+Green+Blue) = 112+144+157=413 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.12% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 157 (61.72% from 255 or 38.01% from 413); Max value from RGB is 157 - color contains mainly: blue. Hex color #70909D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70909D is #8F6F62. Grayscale: #878787. Windows color (decimal): -9400163 or 10326128. OLE color: 10326128.
HSL color Cylindrical-coordinate representation of color #70909D: hue angle of 197.33º 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 #70909D is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 144 | 157 | - |
| CMYK | 0.29 | 0.08 | 0 | 0.38 |
| HSL | 197.33º | 0.19% | 0.53% | - |
| HSV(B) | 197.33º | 0.29% | 0.62% | - |
| XYZ | 22.74 | 25.83 | 35.68 | - |
| YUV | 135.91 | 139.9 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 144 | 157 | 0.29 | 0.08 | 0 | 0.38 | 197.33 | 0.19 | 0.53 |
| Hex | 70 | 90 | 9D | 1D | 8 | 0 | 26 | C5 | 13 | 35 |
| Octal | 160 | 220 | 235 | 35 | 10 | 0 | 46 | 305 | 23 | 65 |
| Binary | 1110000 | 10010000 | 10011101 | 11101 | 1000 | 0 | 100110 | 11000101 | 10011 | 110101 |
Color Harmonies of #70909D
Complementary color
Monochromatic Colors of #70909D
Black with #70909D
Text Example
Text Example
White with #70909D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70909D; }
p { color: rgb(112,144,157); }
H1.HeaderClassName
{
color: #70909D;
}
.AnyTagClassName
{
color: #70909D;
}
</style>
background-color css
<style>
a { background-color: #70909D; }
a { background-color: rgb(112,144,157); }
div.DivClassName
{
background-color: #70909D;
}
.BgClassName
{
background-color: #70909D;
}
</style>
border-color css
<style>
span { border-color: #70909D; }
span { border-color: rgb(112,144,157); }
td.TdClassName
{
border-color: #70909D;
}
.TagClassName
{
border-color: #70909D;
}
</style>