Shades of Bermuda Grey #788D9A
Tints of Bermuda Grey #788D9A
RGB
CMYK
RGB Variations
Color information
#788D9A (or 0x788D9A) is known color: Bermuda Grey. HEX triplet: 78, 8D and 9A. RGB value is (120,141,154). Sum of RGB (Red+Green+Blue) = 120+141+154=415 (54% of max value = 765). Red value is 120 (47.27% from 255 or 28.92% from 415); Green value is 141 (55.47% from 255 or 33.98% from 415); Blue value is 154 (60.55% from 255 or 37.11% from 415); Max value from RGB is 154 - color contains mainly: blue. Hex color #788D9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788D9A is #877265. Grayscale: #888888. Windows color (decimal): -8876646 or 10128760. OLE color: 10128760.
HSL color Cylindrical-coordinate representation of color #788D9A: hue angle of 202.94º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #788D9A is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 120 | 141 | 154 | - |
| CMYK | 0.22 | 0.08 | 0 | 0.40 |
| HSL | 202.94º | 0.14% | 0.54% | - |
| HSV(B) | 202.94º | 0.22% | 0.6% | - |
| XYZ | 23.1 | 25.38 | 34.25 | - |
| YUV | 136.2 | 138.04 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 141 | 154 | 0.22 | 0.08 | 0 | 0.40 | 202.94 | 0.14 | 0.54 |
| Hex | 78 | 8D | 9A | 16 | 8 | 0 | 28 | CB | E | 36 |
| Octal | 170 | 215 | 232 | 26 | 10 | 0 | 50 | 313 | 16 | 66 |
| Binary | 1111000 | 10001101 | 10011010 | 10110 | 1000 | 0 | 101000 | 11001011 | 1110 | 110110 |
Color Harmonies of #788D9A
Complementary color
Monochromatic Colors of #788D9A
Black with #788D9A
Text Example
Text Example
White with #788D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788D9A; }
p { color: rgb(120,141,154); }
H1.HeaderClassName
{
color: #788D9A;
}
.AnyTagClassName
{
color: #788D9A;
}
</style>
background-color css
<style>
a { background-color: #788D9A; }
a { background-color: rgb(120,141,154); }
div.DivClassName
{
background-color: #788D9A;
}
.BgClassName
{
background-color: #788D9A;
}
</style>
border-color css
<style>
span { border-color: #788D9A; }
span { border-color: rgb(120,141,154); }
td.TdClassName
{
border-color: #788D9A;
}
.TagClassName
{
border-color: #788D9A;
}
</style>