Shades of Bermuda Grey #778D9B
Tints of Bermuda Grey #778D9B
RGB
CMYK
RGB Variations
Color information
#778D9B (or 0x778D9B) is known color: Bermuda Grey. HEX triplet: 77, 8D and 9B. RGB value is (119,141,155). Sum of RGB (Red+Green+Blue) = 119+141+155=415 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.67% from 415); Green value is 141 (55.47% from 255 or 33.98% from 415); Blue value is 155 (60.94% from 255 or 37.35% from 415); Max value from RGB is 155 - color contains mainly: blue. Hex color #778D9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778D9B is #887264. Grayscale: #878787. Windows color (decimal): -8942181 or 10194295. OLE color: 10194295.
HSL color Cylindrical-coordinate representation of color #778D9B: hue angle of 203.33º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #778D9B is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 119 | 141 | 155 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.39 |
| HSL | 203.33º | 0.15% | 0.54% | - |
| HSV(B) | 203.33º | 0.23% | 0.61% | - |
| XYZ | 23.05 | 25.34 | 34.69 | - |
| YUV | 136.02 | 138.71 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 141 | 155 | 0.23 | 0.09 | 0 | 0.39 | 203.33 | 0.15 | 0.54 |
| Hex | 77 | 8D | 9B | 17 | 9 | 0 | 27 | CB | F | 36 |
| Octal | 167 | 215 | 233 | 27 | 11 | 0 | 47 | 313 | 17 | 66 |
| Binary | 1110111 | 10001101 | 10011011 | 10111 | 1001 | 0 | 100111 | 11001011 | 1111 | 110110 |
Color Harmonies of #778D9B
Complementary color
Monochromatic Colors of #778D9B
Black with #778D9B
Text Example
Text Example
White with #778D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778D9B; }
p { color: rgb(119,141,155); }
H1.HeaderClassName
{
color: #778D9B;
}
.AnyTagClassName
{
color: #778D9B;
}
</style>
background-color css
<style>
a { background-color: #778D9B; }
a { background-color: rgb(119,141,155); }
div.DivClassName
{
background-color: #778D9B;
}
.BgClassName
{
background-color: #778D9B;
}
</style>
border-color css
<style>
span { border-color: #778D9B; }
span { border-color: rgb(119,141,155); }
td.TdClassName
{
border-color: #778D9B;
}
.TagClassName
{
border-color: #778D9B;
}
</style>