Shades of Bermuda Grey #7092AC
Tints of Bermuda Grey #7092AC
RGB
CMYK
RGB Variations
Color information
#7092AC (or 0x7092AC) is known color: Bermuda Grey. HEX triplet: 70, 92 and AC. RGB value is (112,146,172). Sum of RGB (Red+Green+Blue) = 112+146+172=430 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.05% from 430); Green value is 146 (57.42% from 255 or 33.95% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 172 - color contains mainly: blue. Hex color #7092AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7092AC is #8F6D53. Grayscale: #8A8A8A. Windows color (decimal): -9399636 or 11309680. OLE color: 11309680.
HSL color Cylindrical-coordinate representation of color #7092AC: hue angle of 206º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7092AC is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 146 | 172 | - |
| CMYK | 0.35 | 0.15 | 0 | 0.33 |
| HSL | 206º | 0.27% | 0.56% | - |
| HSV(B) | 206º | 0.35% | 0.67% | - |
| XYZ | 24.41 | 26.98 | 42.95 | - |
| YUV | 138.8 | 146.74 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 146 | 172 | 0.35 | 0.15 | 0 | 0.33 | 206 | 0.27 | 0.56 |
| Hex | 70 | 92 | AC | 23 | F | 0 | 21 | CE | 1B | 38 |
| Octal | 160 | 222 | 254 | 43 | 17 | 0 | 41 | 316 | 33 | 70 |
| Binary | 1110000 | 10010010 | 10101100 | 100011 | 1111 | 0 | 100001 | 11001110 | 11011 | 111000 |
Color Harmonies of #7092AC
Complementary color
Monochromatic Colors of #7092AC
Black with #7092AC
Text Example
Text Example
White with #7092AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7092AC; }
p { color: rgb(112,146,172); }
H1.HeaderClassName
{
color: #7092AC;
}
.AnyTagClassName
{
color: #7092AC;
}
</style>
background-color css
<style>
a { background-color: #7092AC; }
a { background-color: rgb(112,146,172); }
div.DivClassName
{
background-color: #7092AC;
}
.BgClassName
{
background-color: #7092AC;
}
</style>
border-color css
<style>
span { border-color: #7092AC; }
span { border-color: rgb(112,146,172); }
td.TdClassName
{
border-color: #7092AC;
}
.TagClassName
{
border-color: #7092AC;
}
</style>