Shades of Bermuda Grey #7095AF
Tints of Bermuda Grey #7095AF
RGB
CMYK
RGB Variations
Color information
#7095AF (or 0x7095AF) is known color: Bermuda Grey. HEX triplet: 70, 95 and AF. RGB value is (112,149,175). Sum of RGB (Red+Green+Blue) = 112+149+175=436 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.69% from 436); Green value is 149 (58.59% from 255 or 34.17% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 175 - color contains mainly: blue. Hex color #7095AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7095AF is #8F6A50. Grayscale: #8C8C8C. Windows color (decimal): -9398865 or 11507056. OLE color: 11507056.
HSL color Cylindrical-coordinate representation of color #7095AF: hue angle of 204.76º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7095AF is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 112 | 149 | 175 | - |
| CMYK | 0.36 | 0.15 | 0 | 0.31 |
| HSL | 204.76º | 0.28% | 0.56% | - |
| HSV(B) | 204.76º | 0.36% | 0.69% | - |
| XYZ | 25.17 | 28.03 | 44.64 | - |
| YUV | 140.9 | 147.24 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 149 | 175 | 0.36 | 0.15 | 0 | 0.31 | 204.76 | 0.28 | 0.56 |
| Hex | 70 | 95 | AF | 24 | F | 0 | 1F | CD | 1C | 38 |
| Octal | 160 | 225 | 257 | 44 | 17 | 0 | 37 | 315 | 34 | 70 |
| Binary | 1110000 | 10010101 | 10101111 | 100100 | 1111 | 0 | 11111 | 11001101 | 11100 | 111000 |
Color Harmonies of #7095AF
Complementary color
Monochromatic Colors of #7095AF
Black with #7095AF
Text Example
Text Example
White with #7095AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7095AF; }
p { color: rgb(112,149,175); }
H1.HeaderClassName
{
color: #7095AF;
}
.AnyTagClassName
{
color: #7095AF;
}
</style>
background-color css
<style>
a { background-color: #7095AF; }
a { background-color: rgb(112,149,175); }
div.DivClassName
{
background-color: #7095AF;
}
.BgClassName
{
background-color: #7095AF;
}
</style>
border-color css
<style>
span { border-color: #7095AF; }
span { border-color: rgb(112,149,175); }
td.TdClassName
{
border-color: #7095AF;
}
.TagClassName
{
border-color: #7095AF;
}
</style>