Shades of Bermuda Grey #788D9B
Tints of Bermuda Grey #788D9B
RGB
CMYK
RGB Variations
Color information
#788D9B (or 0x788D9B) is known color: Bermuda Grey. HEX triplet: 78, 8D and 9B. RGB value is (120,141,155). Sum of RGB (Red+Green+Blue) = 120+141+155=416 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.85% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 155 (60.94% from 255 or 37.26% from 416); Max value from RGB is 155 - color contains mainly: blue. Hex color #788D9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788D9B is #877264. Grayscale: #888888. Windows color (decimal): -8876645 or 10194296. OLE color: 10194296.
HSL color Cylindrical-coordinate representation of color #788D9B: hue angle of 204º 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 #788D9B is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 120 | 141 | 155 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.39 |
| HSL | 204º | 0.15% | 0.54% | - |
| HSV(B) | 204º | 0.23% | 0.61% | - |
| XYZ | 23.19 | 25.41 | 34.69 | - |
| YUV | 136.32 | 138.54 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 141 | 155 | 0.23 | 0.09 | 0 | 0.39 | 204 | 0.15 | 0.54 |
| Hex | 78 | 8D | 9B | 17 | 9 | 0 | 27 | CC | F | 36 |
| Octal | 170 | 215 | 233 | 27 | 11 | 0 | 47 | 314 | 17 | 66 |
| Binary | 1111000 | 10001101 | 10011011 | 10111 | 1001 | 0 | 100111 | 11001100 | 1111 | 110110 |
Color Harmonies of #788D9B
Complementary color
Monochromatic Colors of #788D9B
Black with #788D9B
Text Example
Text Example
White with #788D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788D9B; }
p { color: rgb(120,141,155); }
H1.HeaderClassName
{
color: #788D9B;
}
.AnyTagClassName
{
color: #788D9B;
}
</style>
background-color css
<style>
a { background-color: #788D9B; }
a { background-color: rgb(120,141,155); }
div.DivClassName
{
background-color: #788D9B;
}
.BgClassName
{
background-color: #788D9B;
}
</style>
border-color css
<style>
span { border-color: #788D9B; }
span { border-color: rgb(120,141,155); }
td.TdClassName
{
border-color: #788D9B;
}
.TagClassName
{
border-color: #788D9B;
}
</style>