Shades of Bermuda Grey #70929D
Tints of Bermuda Grey #70929D
RGB
CMYK
RGB Variations
Color information
#70929D (or 0x70929D) is known color: Bermuda Grey. HEX triplet: 70, 92 and 9D. RGB value is (112,146,157). Sum of RGB (Red+Green+Blue) = 112+146+157=415 (54% of max value = 765). Red value is 112 (44.14% from 255 or 26.99% from 415); Green value is 146 (57.42% from 255 or 35.18% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 157 - color contains mainly: blue. Hex color #70929D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70929D is #8F6D62. Grayscale: #898989. Windows color (decimal): -9399651 or 10326640. OLE color: 10326640.
HSL color Cylindrical-coordinate representation of color #70929D: hue angle of 194.67º 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 #70929D is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 146 | 157 | - |
| CMYK | 0.29 | 0.07 | 0 | 0.38 |
| HSL | 194.67º | 0.19% | 0.53% | - |
| HSV(B) | 194.67º | 0.29% | 0.62% | - |
| XYZ | 23.05 | 26.44 | 35.79 | - |
| YUV | 137.09 | 139.24 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 146 | 157 | 0.29 | 0.07 | 0 | 0.38 | 194.67 | 0.19 | 0.53 |
| Hex | 70 | 92 | 9D | 1D | 7 | 0 | 26 | C3 | 13 | 35 |
| Octal | 160 | 222 | 235 | 35 | 7 | 0 | 46 | 303 | 23 | 65 |
| Binary | 1110000 | 10010010 | 10011101 | 11101 | 111 | 0 | 100110 | 11000011 | 10011 | 110101 |
Color Harmonies of #70929D
Complementary color
Monochromatic Colors of #70929D
Black with #70929D
Text Example
Text Example
White with #70929D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70929D; }
p { color: rgb(112,146,157); }
H1.HeaderClassName
{
color: #70929D;
}
.AnyTagClassName
{
color: #70929D;
}
</style>
background-color css
<style>
a { background-color: #70929D; }
a { background-color: rgb(112,146,157); }
div.DivClassName
{
background-color: #70929D;
}
.BgClassName
{
background-color: #70929D;
}
</style>
border-color css
<style>
span { border-color: #70929D; }
span { border-color: rgb(112,146,157); }
td.TdClassName
{
border-color: #70929D;
}
.TagClassName
{
border-color: #70929D;
}
</style>