Shades of Bermuda Grey #768EA7
Tints of Bermuda Grey #768EA7
RGB
CMYK
RGB Variations
Color information
#768EA7 (or 0x768EA7) is known color: Bermuda Grey. HEX triplet: 76, 8E and A7. RGB value is (118,142,167). Sum of RGB (Red+Green+Blue) = 118+142+167=427 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.63% from 427); Green value is 142 (55.86% from 255 or 33.26% from 427); Blue value is 167 (65.62% from 255 or 39.11% from 427); Max value from RGB is 167 - color contains mainly: blue. Hex color #768EA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768EA7 is #897158. Grayscale: #898989. Windows color (decimal): -9007449 or 10980982. OLE color: 10980982.
HSL color Cylindrical-coordinate representation of color #768EA7: hue angle of 210.61º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #768EA7 is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 118 | 142 | 167 | - |
| CMYK | 0.29 | 0.15 | 0 | 0.35 |
| HSL | 210.61º | 0.22% | 0.56% | - |
| HSV(B) | 210.61º | 0.29% | 0.65% | - |
| XYZ | 24.12 | 25.99 | 40.3 | - |
| YUV | 137.67 | 144.55 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 142 | 167 | 0.29 | 0.15 | 0 | 0.35 | 210.61 | 0.22 | 0.56 |
| Hex | 76 | 8E | A7 | 1D | F | 0 | 23 | D3 | 16 | 38 |
| Octal | 166 | 216 | 247 | 35 | 17 | 0 | 43 | 323 | 26 | 70 |
| Binary | 1110110 | 10001110 | 10100111 | 11101 | 1111 | 0 | 100011 | 11010011 | 10110 | 111000 |
Color Harmonies of #768EA7
Complementary color
Monochromatic Colors of #768EA7
Black with #768EA7
Text Example
Text Example
White with #768EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768EA7; }
p { color: rgb(118,142,167); }
H1.HeaderClassName
{
color: #768EA7;
}
.AnyTagClassName
{
color: #768EA7;
}
</style>
background-color css
<style>
a { background-color: #768EA7; }
a { background-color: rgb(118,142,167); }
div.DivClassName
{
background-color: #768EA7;
}
.BgClassName
{
background-color: #768EA7;
}
</style>
border-color css
<style>
span { border-color: #768EA7; }
span { border-color: rgb(118,142,167); }
td.TdClassName
{
border-color: #768EA7;
}
.TagClassName
{
border-color: #768EA7;
}
</style>