Shades of Bermuda Grey #78909E
Tints of Bermuda Grey #78909E
RGB
CMYK
RGB Variations
Color information
#78909E (or 0x78909E) is known color: Bermuda Grey. HEX triplet: 78, 90 and 9E. RGB value is (120,144,158). Sum of RGB (Red+Green+Blue) = 120+144+158=422 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.44% from 422); Green value is 144 (56.64% from 255 or 34.12% from 422); Blue value is 158 (62.11% from 255 or 37.44% from 422); Max value from RGB is 158 - color contains mainly: blue. Hex color #78909E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78909E is #876F61. Grayscale: #8A8A8A. Windows color (decimal): -8875874 or 10391672. OLE color: 10391672.
HSL color Cylindrical-coordinate representation of color #78909E: hue angle of 202.11º 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 #78909E is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 144 | 158 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.38 |
| HSL | 202.11º | 0.16% | 0.55% | - |
| HSV(B) | 202.11º | 0.24% | 0.62% | - |
| XYZ | 23.89 | 26.41 | 36.19 | - |
| YUV | 138.42 | 139.05 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 144 | 158 | 0.24 | 0.09 | 0 | 0.38 | 202.11 | 0.16 | 0.55 |
| Hex | 78 | 90 | 9E | 18 | 9 | 0 | 26 | CA | 10 | 37 |
| Octal | 170 | 220 | 236 | 30 | 11 | 0 | 46 | 312 | 20 | 67 |
| Binary | 1111000 | 10010000 | 10011110 | 11000 | 1001 | 0 | 100110 | 11001010 | 10000 | 110111 |
Color Harmonies of #78909E
Complementary color
Monochromatic Colors of #78909E
Black with #78909E
Text Example
Text Example
White with #78909E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78909E; }
p { color: rgb(120,144,158); }
H1.HeaderClassName
{
color: #78909E;
}
.AnyTagClassName
{
color: #78909E;
}
</style>
background-color css
<style>
a { background-color: #78909E; }
a { background-color: rgb(120,144,158); }
div.DivClassName
{
background-color: #78909E;
}
.BgClassName
{
background-color: #78909E;
}
</style>
border-color css
<style>
span { border-color: #78909E; }
span { border-color: rgb(120,144,158); }
td.TdClassName
{
border-color: #78909E;
}
.TagClassName
{
border-color: #78909E;
}
</style>