Shades of Bermuda Grey #768B96
Tints of Bermuda Grey #768B96
RGB
CMYK
RGB Variations
Color information
#768B96 (or 0x768B96) is known color: Bermuda Grey. HEX triplet: 76, 8B and 96. RGB value is (118,139,150). Sum of RGB (Red+Green+Blue) = 118+139+150=407 (53% of max value = 765). Red value is 118 (46.48% from 255 or 28.99% from 407); Green value is 139 (54.69% from 255 or 34.15% from 407); Blue value is 150 (58.98% from 255 or 36.86% from 407); Max value from RGB is 150 - color contains mainly: blue. Hex color #768B96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768B96 is #897469. Grayscale: #858585. Windows color (decimal): -9008234 or 9866102. OLE color: 9866102.
HSL color Cylindrical-coordinate representation of color #768B96: hue angle of 200.62º 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 #768B96 is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 118 | 139 | 150 | - |
| CMYK | 0.21 | 0.07 | 0 | 0.41 |
| HSL | 200.63º | 0.13% | 0.53% | - |
| HSV(B) | 200.63º | 0.21% | 0.59% | - |
| XYZ | 22.21 | 24.52 | 32.42 | - |
| YUV | 133.98 | 137.04 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 139 | 150 | 0.21 | 0.07 | 0 | 0.41 | 200.63 | 0.13 | 0.53 |
| Hex | 76 | 8B | 96 | 15 | 7 | 0 | 29 | C9 | D | 35 |
| Octal | 166 | 213 | 226 | 25 | 7 | 0 | 51 | 311 | 15 | 65 |
| Binary | 1110110 | 10001011 | 10010110 | 10101 | 111 | 0 | 101001 | 11001001 | 1101 | 110101 |
Color Harmonies of #768B96
Complementary color
Monochromatic Colors of #768B96
Black with #768B96
Text Example
Text Example
White with #768B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768B96; }
p { color: rgb(118,139,150); }
H1.HeaderClassName
{
color: #768B96;
}
.AnyTagClassName
{
color: #768B96;
}
</style>
background-color css
<style>
a { background-color: #768B96; }
a { background-color: rgb(118,139,150); }
div.DivClassName
{
background-color: #768B96;
}
.BgClassName
{
background-color: #768B96;
}
</style>
border-color css
<style>
span { border-color: #768B96; }
span { border-color: rgb(118,139,150); }
td.TdClassName
{
border-color: #768B96;
}
.TagClassName
{
border-color: #768B96;
}
</style>