Shades of Bermuda Grey #788E9C
Tints of Bermuda Grey #788E9C
RGB
CMYK
RGB Variations
Color information
#788E9C (or 0x788E9C) is known color: Bermuda Grey. HEX triplet: 78, 8E and 9C. RGB value is (120,142,156). Sum of RGB (Red+Green+Blue) = 120+142+156=418 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.71% from 418); Green value is 142 (55.86% from 255 or 33.97% from 418); Blue value is 156 (61.33% from 255 or 37.32% from 418); Max value from RGB is 156 - color contains mainly: blue. Hex color #788E9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788E9C is #877163. Grayscale: #888888. Windows color (decimal): -8876388 or 10260088. OLE color: 10260088.
HSL color Cylindrical-coordinate representation of color #788E9C: 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 #788E9C is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 120 | 142 | 156 | - |
| 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.42 | 25.74 | 35.19 | - |
| YUV | 137.02 | 138.71 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 142 | 156 | 0.23 | 0.09 | 0 | 0.39 | 203.33 | 0.15 | 0.54 |
| Hex | 78 | 8E | 9C | 17 | 9 | 0 | 27 | CB | F | 36 |
| Octal | 170 | 216 | 234 | 27 | 11 | 0 | 47 | 313 | 17 | 66 |
| Binary | 1111000 | 10001110 | 10011100 | 10111 | 1001 | 0 | 100111 | 11001011 | 1111 | 110110 |
Color Harmonies of #788E9C
Complementary color
Monochromatic Colors of #788E9C
Black with #788E9C
Text Example
Text Example
White with #788E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788E9C; }
p { color: rgb(120,142,156); }
H1.HeaderClassName
{
color: #788E9C;
}
.AnyTagClassName
{
color: #788E9C;
}
</style>
background-color css
<style>
a { background-color: #788E9C; }
a { background-color: rgb(120,142,156); }
div.DivClassName
{
background-color: #788E9C;
}
.BgClassName
{
background-color: #788E9C;
}
</style>
border-color css
<style>
span { border-color: #788E9C; }
span { border-color: rgb(120,142,156); }
td.TdClassName
{
border-color: #788E9C;
}
.TagClassName
{
border-color: #788E9C;
}
</style>