Shades of Bermuda Grey #768F9C
Tints of Bermuda Grey #768F9C
RGB
CMYK
RGB Variations
Color information
#768F9C (or 0x768F9C) is known color: Bermuda Grey. HEX triplet: 76, 8F and 9C. RGB value is (118,143,156). Sum of RGB (Red+Green+Blue) = 118+143+156=417 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.30% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 156 (61.33% from 255 or 37.41% from 417); Max value from RGB is 156 - color contains mainly: blue. Hex color #768F9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768F9C is #897063. Grayscale: #888888. Windows color (decimal): -9007204 or 10260342. OLE color: 10260342.
HSL color Cylindrical-coordinate representation of color #768F9C: hue angle of 200.53º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #768F9C is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 118 | 143 | 156 | - |
| CMYK | 0.24 | 0.08 | 0 | 0.39 |
| HSL | 200.53º | 0.16% | 0.54% | - |
| HSV(B) | 200.53º | 0.24% | 0.61% | - |
| XYZ | 23.29 | 25.9 | 35.22 | - |
| YUV | 137.01 | 138.72 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 143 | 156 | 0.24 | 0.08 | 0 | 0.39 | 200.53 | 0.16 | 0.54 |
| Hex | 76 | 8F | 9C | 18 | 8 | 0 | 27 | C9 | 10 | 36 |
| Octal | 166 | 217 | 234 | 30 | 10 | 0 | 47 | 311 | 20 | 66 |
| Binary | 1110110 | 10001111 | 10011100 | 11000 | 1000 | 0 | 100111 | 11001001 | 10000 | 110110 |
Color Harmonies of #768F9C
Complementary color
Monochromatic Colors of #768F9C
Black with #768F9C
Text Example
Text Example
White with #768F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768F9C; }
p { color: rgb(118,143,156); }
H1.HeaderClassName
{
color: #768F9C;
}
.AnyTagClassName
{
color: #768F9C;
}
</style>
background-color css
<style>
a { background-color: #768F9C; }
a { background-color: rgb(118,143,156); }
div.DivClassName
{
background-color: #768F9C;
}
.BgClassName
{
background-color: #768F9C;
}
</style>
border-color css
<style>
span { border-color: #768F9C; }
span { border-color: rgb(118,143,156); }
td.TdClassName
{
border-color: #768F9C;
}
.TagClassName
{
border-color: #768F9C;
}
</style>