Shades of Bermuda Grey #768C9A
Tints of Bermuda Grey #768C9A
RGB
CMYK
RGB Variations
Color information
#768C9A (or 0x768C9A) is known color: Bermuda Grey. HEX triplet: 76, 8C and 9A. RGB value is (118,140,154). Sum of RGB (Red+Green+Blue) = 118+140+154=412 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.64% from 412); Green value is 140 (55.08% from 255 or 33.98% from 412); Blue value is 154 (60.55% from 255 or 37.38% from 412); Max value from RGB is 154 - color contains mainly: blue. Hex color #768C9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768C9A is #897365. Grayscale: #868686. Windows color (decimal): -9007974 or 10128502. OLE color: 10128502.
HSL color Cylindrical-coordinate representation of color #768C9A: hue angle of 203.33º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #768C9A is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 118 | 140 | 154 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.40 |
| HSL | 203.33º | 0.15% | 0.53% | - |
| HSV(B) | 203.33º | 0.23% | 0.6% | - |
| XYZ | 22.68 | 24.94 | 34.19 | - |
| YUV | 135.02 | 138.71 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 140 | 154 | 0.23 | 0.09 | 0 | 0.40 | 203.33 | 0.15 | 0.53 |
| Hex | 76 | 8C | 9A | 17 | 9 | 0 | 28 | CB | F | 35 |
| Octal | 166 | 214 | 232 | 27 | 11 | 0 | 50 | 313 | 17 | 65 |
| Binary | 1110110 | 10001100 | 10011010 | 10111 | 1001 | 0 | 101000 | 11001011 | 1111 | 110101 |
Color Harmonies of #768C9A
Complementary color
Monochromatic Colors of #768C9A
Black with #768C9A
Text Example
Text Example
White with #768C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768C9A; }
p { color: rgb(118,140,154); }
H1.HeaderClassName
{
color: #768C9A;
}
.AnyTagClassName
{
color: #768C9A;
}
</style>
background-color css
<style>
a { background-color: #768C9A; }
a { background-color: rgb(118,140,154); }
div.DivClassName
{
background-color: #768C9A;
}
.BgClassName
{
background-color: #768C9A;
}
</style>
border-color css
<style>
span { border-color: #768C9A; }
span { border-color: rgb(118,140,154); }
td.TdClassName
{
border-color: #768C9A;
}
.TagClassName
{
border-color: #768C9A;
}
</style>