Shades of Bermuda Grey #768FA7
Tints of Bermuda Grey #768FA7
RGB
CMYK
RGB Variations
Color information
#768FA7 (or 0x768FA7) is known color: Bermuda Grey. HEX triplet: 76, 8F and A7. RGB value is (118,143,167). Sum of RGB (Red+Green+Blue) = 118+143+167=428 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.57% from 428); Green value is 143 (56.25% from 255 or 33.41% from 428); Blue value is 167 (65.62% from 255 or 39.02% from 428); Max value from RGB is 167 - color contains mainly: blue. Hex color #768FA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768FA7 is #897058. Grayscale: #8A8A8A. Windows color (decimal): -9007193 or 10981238. OLE color: 10981238.
HSL color Cylindrical-coordinate representation of color #768FA7: hue angle of 209.39º 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 #768FA7 is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 118 | 143 | 167 | - |
| CMYK | 0.29 | 0.14 | 0 | 0.35 |
| HSL | 209.39º | 0.22% | 0.56% | - |
| HSV(B) | 209.39º | 0.29% | 0.65% | - |
| XYZ | 24.27 | 26.29 | 40.35 | - |
| YUV | 138.26 | 144.22 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 143 | 167 | 0.29 | 0.14 | 0 | 0.35 | 209.39 | 0.22 | 0.56 |
| Hex | 76 | 8F | A7 | 1D | E | 0 | 23 | D1 | 16 | 38 |
| Octal | 166 | 217 | 247 | 35 | 16 | 0 | 43 | 321 | 26 | 70 |
| Binary | 1110110 | 10001111 | 10100111 | 11101 | 1110 | 0 | 100011 | 11010001 | 10110 | 111000 |
Color Harmonies of #768FA7
Complementary color
Monochromatic Colors of #768FA7
Black with #768FA7
Text Example
Text Example
White with #768FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768FA7; }
p { color: rgb(118,143,167); }
H1.HeaderClassName
{
color: #768FA7;
}
.AnyTagClassName
{
color: #768FA7;
}
</style>
background-color css
<style>
a { background-color: #768FA7; }
a { background-color: rgb(118,143,167); }
div.DivClassName
{
background-color: #768FA7;
}
.BgClassName
{
background-color: #768FA7;
}
</style>
border-color css
<style>
span { border-color: #768FA7; }
span { border-color: rgb(118,143,167); }
td.TdClassName
{
border-color: #768FA7;
}
.TagClassName
{
border-color: #768FA7;
}
</style>