Shades of Bermuda Grey #768FA0
Tints of Bermuda Grey #768FA0
RGB
CMYK
RGB Variations
Color information
#768FA0 (or 0x768FA0) is known color: Bermuda Grey. HEX triplet: 76, 8F and A0. RGB value is (118,143,160). Sum of RGB (Red+Green+Blue) = 118+143+160=421 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.03% from 421); Green value is 143 (56.25% from 255 or 33.97% from 421); Blue value is 160 (62.89% from 255 or 38.00% from 421); Max value from RGB is 160 - color contains mainly: blue. Hex color #768FA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768FA0 is #89705F. Grayscale: #898989. Windows color (decimal): -9007200 or 10522486. OLE color: 10522486.
HSL color Cylindrical-coordinate representation of color #768FA0: hue angle of 204.29º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #768FA0 is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 118 | 143 | 160 | - |
| CMYK | 0.26 | 0.11 | 0 | 0.37 |
| HSL | 204.29º | 0.18% | 0.55% | - |
| HSV(B) | 204.29º | 0.26% | 0.63% | - |
| XYZ | 23.64 | 26.03 | 37.04 | - |
| YUV | 137.46 | 140.72 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 143 | 160 | 0.26 | 0.11 | 0 | 0.37 | 204.29 | 0.18 | 0.55 |
| Hex | 76 | 8F | A0 | 1A | B | 0 | 25 | CC | 12 | 37 |
| Octal | 166 | 217 | 240 | 32 | 13 | 0 | 45 | 314 | 22 | 67 |
| Binary | 1110110 | 10001111 | 10100000 | 11010 | 1011 | 0 | 100101 | 11001100 | 10010 | 110111 |
Color Harmonies of #768FA0
Complementary color
Monochromatic Colors of #768FA0
Black with #768FA0
Text Example
Text Example
White with #768FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768FA0; }
p { color: rgb(118,143,160); }
H1.HeaderClassName
{
color: #768FA0;
}
.AnyTagClassName
{
color: #768FA0;
}
</style>
background-color css
<style>
a { background-color: #768FA0; }
a { background-color: rgb(118,143,160); }
div.DivClassName
{
background-color: #768FA0;
}
.BgClassName
{
background-color: #768FA0;
}
</style>
border-color css
<style>
span { border-color: #768FA0; }
span { border-color: rgb(118,143,160); }
td.TdClassName
{
border-color: #768FA0;
}
.TagClassName
{
border-color: #768FA0;
}
</style>