Shades of Bermuda Grey #78919E
Tints of Bermuda Grey #78919E
RGB
CMYK
RGB Variations
Color information
#78919E (or 0x78919E) is known color: Bermuda Grey. HEX triplet: 78, 91 and 9E. RGB value is (120,145,158). Sum of RGB (Red+Green+Blue) = 120+145+158=423 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.37% from 423); Green value is 145 (57.03% from 255 or 34.28% from 423); Blue value is 158 (62.11% from 255 or 37.35% from 423); Max value from RGB is 158 - color contains mainly: blue. Hex color #78919E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78919E is #876E61. Grayscale: #8A8A8A. Windows color (decimal): -8875618 or 10391928. OLE color: 10391928.
HSL color Cylindrical-coordinate representation of color #78919E: hue angle of 200.53º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #78919E is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 145 | 158 | - |
| CMYK | 0.24 | 0.08 | 0 | 0.38 |
| HSL | 200.53º | 0.16% | 0.55% | - |
| HSV(B) | 200.53º | 0.24% | 0.62% | - |
| XYZ | 24.04 | 26.71 | 36.24 | - |
| YUV | 139.01 | 138.72 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 145 | 158 | 0.24 | 0.08 | 0 | 0.38 | 200.53 | 0.16 | 0.55 |
| Hex | 78 | 91 | 9E | 18 | 8 | 0 | 26 | C9 | 10 | 37 |
| Octal | 170 | 221 | 236 | 30 | 10 | 0 | 46 | 311 | 20 | 67 |
| Binary | 1111000 | 10010001 | 10011110 | 11000 | 1000 | 0 | 100110 | 11001001 | 10000 | 110111 |
Color Harmonies of #78919E
Complementary color
Monochromatic Colors of #78919E
Black with #78919E
Text Example
Text Example
White with #78919E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78919E; }
p { color: rgb(120,145,158); }
H1.HeaderClassName
{
color: #78919E;
}
.AnyTagClassName
{
color: #78919E;
}
</style>
background-color css
<style>
a { background-color: #78919E; }
a { background-color: rgb(120,145,158); }
div.DivClassName
{
background-color: #78919E;
}
.BgClassName
{
background-color: #78919E;
}
</style>
border-color css
<style>
span { border-color: #78919E; }
span { border-color: rgb(120,145,158); }
td.TdClassName
{
border-color: #78919E;
}
.TagClassName
{
border-color: #78919E;
}
</style>