Shades of Bermuda Grey #788F99
Tints of Bermuda Grey #788F99
RGB
CMYK
RGB Variations
Color information
#788F99 (or 0x788F99) is known color: Bermuda Grey. HEX triplet: 78, 8F and 99. RGB value is (120,143,153). Sum of RGB (Red+Green+Blue) = 120+143+153=416 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.85% from 416); Green value is 143 (56.25% from 255 or 34.38% from 416); Blue value is 153 (60.16% from 255 or 36.78% from 416); Max value from RGB is 153 - color contains mainly: blue. Hex color #788F99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788F99 is #877066. Grayscale: #898989. Windows color (decimal): -8876135 or 10063736. OLE color: 10063736.
HSL color Cylindrical-coordinate representation of color #788F99: hue angle of 198.18º 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 #788F99 is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 120 | 143 | 153 | - |
| CMYK | 0.22 | 0.07 | 0 | 0.4 |
| HSL | 198.18º | 0.14% | 0.54% | - |
| HSV(B) | 198.18º | 0.22% | 0.6% | - |
| XYZ | 23.32 | 25.94 | 33.91 | - |
| YUV | 137.26 | 136.88 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 143 | 153 | 0.22 | 0.07 | 0 | 0.4 | 198.18 | 0.14 | 0.54 |
| Hex | 78 | 8F | 99 | 16 | 7 | 0 | 28 | C6 | E | 36 |
| Octal | 170 | 217 | 231 | 26 | 7 | 0 | 50 | 306 | 16 | 66 |
| Binary | 1111000 | 10001111 | 10011001 | 10110 | 111 | 0 | 101000 | 11000110 | 1110 | 110110 |
Color Harmonies of #788F99
Complementary color
Monochromatic Colors of #788F99
Black with #788F99
Text Example
Text Example
White with #788F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788F99; }
p { color: rgb(120,143,153); }
H1.HeaderClassName
{
color: #788F99;
}
.AnyTagClassName
{
color: #788F99;
}
</style>
background-color css
<style>
a { background-color: #788F99; }
a { background-color: rgb(120,143,153); }
div.DivClassName
{
background-color: #788F99;
}
.BgClassName
{
background-color: #788F99;
}
</style>
border-color css
<style>
span { border-color: #788F99; }
span { border-color: rgb(120,143,153); }
td.TdClassName
{
border-color: #788F99;
}
.TagClassName
{
border-color: #788F99;
}
</style>