Shades of Bermuda Grey #788E99
Tints of Bermuda Grey #788E99
RGB
CMYK
RGB Variations
Color information
#788E99 (or 0x788E99) is known color: Bermuda Grey. HEX triplet: 78, 8E and 99. RGB value is (120,142,153). Sum of RGB (Red+Green+Blue) = 120+142+153=415 (54% of max value = 765). Red value is 120 (47.27% from 255 or 28.92% from 415); Green value is 142 (55.86% from 255 or 34.22% from 415); Blue value is 153 (60.16% from 255 or 36.87% from 415); Max value from RGB is 153 - color contains mainly: blue. Hex color #788E99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788E99 is #877166. Grayscale: #888888. Windows color (decimal): -8876391 or 10063480. OLE color: 10063480.
HSL color Cylindrical-coordinate representation of color #788E99: hue angle of 200º 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 #788E99 is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 120 | 142 | 153 | - |
| CMYK | 0.22 | 0.07 | 0 | 0.4 |
| HSL | 200º | 0.14% | 0.54% | - |
| HSV(B) | 200º | 0.22% | 0.6% | - |
| XYZ | 23.17 | 25.64 | 33.86 | - |
| YUV | 136.68 | 137.21 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 142 | 153 | 0.22 | 0.07 | 0 | 0.4 | 200 | 0.14 | 0.54 |
| Hex | 78 | 8E | 99 | 16 | 7 | 0 | 28 | C8 | E | 36 |
| Octal | 170 | 216 | 231 | 26 | 7 | 0 | 50 | 310 | 16 | 66 |
| Binary | 1111000 | 10001110 | 10011001 | 10110 | 111 | 0 | 101000 | 11001000 | 1110 | 110110 |
Color Harmonies of #788E99
Complementary color
Monochromatic Colors of #788E99
Black with #788E99
Text Example
Text Example
White with #788E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788E99; }
p { color: rgb(120,142,153); }
H1.HeaderClassName
{
color: #788E99;
}
.AnyTagClassName
{
color: #788E99;
}
</style>
background-color css
<style>
a { background-color: #788E99; }
a { background-color: rgb(120,142,153); }
div.DivClassName
{
background-color: #788E99;
}
.BgClassName
{
background-color: #788E99;
}
</style>
border-color css
<style>
span { border-color: #788E99; }
span { border-color: rgb(120,142,153); }
td.TdClassName
{
border-color: #788E99;
}
.TagClassName
{
border-color: #788E99;
}
</style>