Shades of Bermuda Grey #768FAA
Tints of Bermuda Grey #768FAA
RGB
CMYK
RGB Variations
Color information
#768FAA (or 0x768FAA) is known color: Bermuda Grey. HEX triplet: 76, 8F and AA. RGB value is (118,143,170). Sum of RGB (Red+Green+Blue) = 118+143+170=431 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.38% from 431); Green value is 143 (56.25% from 255 or 33.18% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 170 - color contains mainly: blue. Hex color #768FAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768FAA is #897055. Grayscale: #8A8A8A. Windows color (decimal): -9007190 or 11177846. OLE color: 11177846.
HSL color Cylindrical-coordinate representation of color #768FAA: hue angle of 211.15º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #768FAA is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 143 | 170 | - |
| CMYK | 0.31 | 0.16 | 0 | 0.33 |
| HSL | 211.15º | 0.23% | 0.56% | - |
| HSV(B) | 211.15º | 0.31% | 0.67% | - |
| XYZ | 24.55 | 26.4 | 41.83 | - |
| YUV | 138.6 | 145.72 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 143 | 170 | 0.31 | 0.16 | 0 | 0.33 | 211.15 | 0.23 | 0.56 |
| Hex | 76 | 8F | AA | 1F | 10 | 0 | 21 | D3 | 17 | 38 |
| Octal | 166 | 217 | 252 | 37 | 20 | 0 | 41 | 323 | 27 | 70 |
| Binary | 1110110 | 10001111 | 10101010 | 11111 | 10000 | 0 | 100001 | 11010011 | 10111 | 111000 |
Color Harmonies of #768FAA
Complementary color
Monochromatic Colors of #768FAA
Black with #768FAA
Text Example
Text Example
White with #768FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768FAA; }
p { color: rgb(118,143,170); }
H1.HeaderClassName
{
color: #768FAA;
}
.AnyTagClassName
{
color: #768FAA;
}
</style>
background-color css
<style>
a { background-color: #768FAA; }
a { background-color: rgb(118,143,170); }
div.DivClassName
{
background-color: #768FAA;
}
.BgClassName
{
background-color: #768FAA;
}
</style>
border-color css
<style>
span { border-color: #768FAA; }
span { border-color: rgb(118,143,170); }
td.TdClassName
{
border-color: #768FAA;
}
.TagClassName
{
border-color: #768FAA;
}
</style>