Shades of Bermuda Grey #7690A9
Tints of Bermuda Grey #7690A9
RGB
CMYK
RGB Variations
Color information
#7690A9 (or 0x7690A9) is known color: Bermuda Grey. HEX triplet: 76, 90 and A9. RGB value is (118,144,169). Sum of RGB (Red+Green+Blue) = 118+144+169=431 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.38% from 431); Green value is 144 (56.64% from 255 or 33.41% from 431); Blue value is 169 (66.41% from 255 or 39.21% from 431); Max value from RGB is 169 - color contains mainly: blue. Hex color #7690A9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7690A9 is #896F56. Grayscale: #8A8A8A. Windows color (decimal): -9006935 or 11112566. OLE color: 11112566.
HSL color Cylindrical-coordinate representation of color #7690A9: hue angle of 209.41º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7690A9 is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 118 | 144 | 169 | - |
| CMYK | 0.30 | 0.15 | 0 | 0.34 |
| HSL | 209.41º | 0.23% | 0.56% | - |
| HSV(B) | 209.41º | 0.3% | 0.66% | - |
| XYZ | 24.61 | 26.66 | 41.39 | - |
| YUV | 139.08 | 144.89 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 144 | 169 | 0.30 | 0.15 | 0 | 0.34 | 209.41 | 0.23 | 0.56 |
| Hex | 76 | 90 | A9 | 1E | F | 0 | 22 | D1 | 17 | 38 |
| Octal | 166 | 220 | 251 | 36 | 17 | 0 | 42 | 321 | 27 | 70 |
| Binary | 1110110 | 10010000 | 10101001 | 11110 | 1111 | 0 | 100010 | 11010001 | 10111 | 111000 |
Color Harmonies of #7690A9
Complementary color
Monochromatic Colors of #7690A9
Black with #7690A9
Text Example
Text Example
White with #7690A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7690A9; }
p { color: rgb(118,144,169); }
H1.HeaderClassName
{
color: #7690A9;
}
.AnyTagClassName
{
color: #7690A9;
}
</style>
background-color css
<style>
a { background-color: #7690A9; }
a { background-color: rgb(118,144,169); }
div.DivClassName
{
background-color: #7690A9;
}
.BgClassName
{
background-color: #7690A9;
}
</style>
border-color css
<style>
span { border-color: #7690A9; }
span { border-color: rgb(118,144,169); }
td.TdClassName
{
border-color: #7690A9;
}
.TagClassName
{
border-color: #7690A9;
}
</style>