Shades of Bermuda Grey #768D96
Tints of Bermuda Grey #768D96
RGB
CMYK
RGB Variations
Color information
#768D96 (or 0x768D96) is known color: Bermuda Grey. HEX triplet: 76, 8D and 96. RGB value is (118,141,150). Sum of RGB (Red+Green+Blue) = 118+141+150=409 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.85% from 409); Green value is 141 (55.47% from 255 or 34.47% from 409); Blue value is 150 (58.98% from 255 or 36.67% from 409); Max value from RGB is 150 - color contains mainly: blue. Hex color #768D96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768D96 is #897269. Grayscale: #878787. Windows color (decimal): -9007722 or 9866614. OLE color: 9866614.
HSL color Cylindrical-coordinate representation of color #768D96: hue angle of 196.88º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #768D96 is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 118 | 141 | 150 | - |
| CMYK | 0.21 | 0.06 | 0 | 0.41 |
| HSL | 196.88º | 0.13% | 0.53% | - |
| HSV(B) | 196.88º | 0.21% | 0.59% | - |
| XYZ | 22.5 | 25.1 | 32.51 | - |
| YUV | 135.15 | 136.38 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 141 | 150 | 0.21 | 0.06 | 0 | 0.41 | 196.88 | 0.13 | 0.53 |
| Hex | 76 | 8D | 96 | 15 | 6 | 0 | 29 | C5 | D | 35 |
| Octal | 166 | 215 | 226 | 25 | 6 | 0 | 51 | 305 | 15 | 65 |
| Binary | 1110110 | 10001101 | 10010110 | 10101 | 110 | 0 | 101001 | 11000101 | 1101 | 110101 |
Color Harmonies of #768D96
Complementary color
Monochromatic Colors of #768D96
Black with #768D96
Text Example
Text Example
White with #768D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768D96; }
p { color: rgb(118,141,150); }
H1.HeaderClassName
{
color: #768D96;
}
.AnyTagClassName
{
color: #768D96;
}
</style>
background-color css
<style>
a { background-color: #768D96; }
a { background-color: rgb(118,141,150); }
div.DivClassName
{
background-color: #768D96;
}
.BgClassName
{
background-color: #768D96;
}
</style>
border-color css
<style>
span { border-color: #768D96; }
span { border-color: rgb(118,141,150); }
td.TdClassName
{
border-color: #768D96;
}
.TagClassName
{
border-color: #768D96;
}
</style>