Shades of Bermuda Grey #768FA5
Tints of Bermuda Grey #768FA5
RGB
CMYK
RGB Variations
Color information
#768FA5 (or 0x768FA5) is known color: Bermuda Grey. HEX triplet: 76, 8F and A5. RGB value is (118,143,165). Sum of RGB (Red+Green+Blue) = 118+143+165=426 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.70% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 165 (64.84% from 255 or 38.73% from 426); Max value from RGB is 165 - color contains mainly: blue. Hex color #768FA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768FA5 is #89705A. Grayscale: #898989. Windows color (decimal): -9007195 or 10850166. OLE color: 10850166.
HSL color Cylindrical-coordinate representation of color #768FA5: hue angle of 208.09º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #768FA5 is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 118 | 143 | 165 | - |
| CMYK | 0.28 | 0.13 | 0 | 0.35 |
| HSL | 208.09º | 0.21% | 0.55% | - |
| HSV(B) | 208.09º | 0.28% | 0.65% | - |
| XYZ | 24.09 | 26.21 | 39.39 | - |
| YUV | 138.03 | 143.22 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 143 | 165 | 0.28 | 0.13 | 0 | 0.35 | 208.09 | 0.21 | 0.55 |
| Hex | 76 | 8F | A5 | 1C | D | 0 | 23 | D0 | 15 | 37 |
| Octal | 166 | 217 | 245 | 34 | 15 | 0 | 43 | 320 | 25 | 67 |
| Binary | 1110110 | 10001111 | 10100101 | 11100 | 1101 | 0 | 100011 | 11010000 | 10101 | 110111 |
Color Harmonies of #768FA5
Complementary color
Monochromatic Colors of #768FA5
Black with #768FA5
Text Example
Text Example
White with #768FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768FA5; }
p { color: rgb(118,143,165); }
H1.HeaderClassName
{
color: #768FA5;
}
.AnyTagClassName
{
color: #768FA5;
}
</style>
background-color css
<style>
a { background-color: #768FA5; }
a { background-color: rgb(118,143,165); }
div.DivClassName
{
background-color: #768FA5;
}
.BgClassName
{
background-color: #768FA5;
}
</style>
border-color css
<style>
span { border-color: #768FA5; }
span { border-color: rgb(118,143,165); }
td.TdClassName
{
border-color: #768FA5;
}
.TagClassName
{
border-color: #768FA5;
}
</style>