Shades of Bermuda Grey #78919D
Tints of Bermuda Grey #78919D
RGB
CMYK
RGB Variations
Color information
#78919D (or 0x78919D) is known color: Bermuda Grey. HEX triplet: 78, 91 and 9D. RGB value is (120,145,157). Sum of RGB (Red+Green+Blue) = 120+145+157=422 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.44% from 422); Green value is 145 (57.03% from 255 or 34.36% from 422); Blue value is 157 (61.72% from 255 or 37.20% from 422); Max value from RGB is 157 - color contains mainly: blue. Hex color #78919D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78919D is #876E62. Grayscale: #8A8A8A. Windows color (decimal): -8875619 or 10326392. OLE color: 10326392.
HSL color Cylindrical-coordinate representation of color #78919D: hue angle of 199.46º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #78919D is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 145 | 157 | - |
| CMYK | 0.24 | 0.08 | 0 | 0.38 |
| HSL | 199.46º | 0.16% | 0.54% | - |
| HSV(B) | 199.46º | 0.24% | 0.62% | - |
| XYZ | 23.96 | 26.68 | 35.79 | - |
| YUV | 138.89 | 138.22 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 145 | 157 | 0.24 | 0.08 | 0 | 0.38 | 199.46 | 0.16 | 0.54 |
| Hex | 78 | 91 | 9D | 18 | 8 | 0 | 26 | C7 | 10 | 36 |
| Octal | 170 | 221 | 235 | 30 | 10 | 0 | 46 | 307 | 20 | 66 |
| Binary | 1111000 | 10010001 | 10011101 | 11000 | 1000 | 0 | 100110 | 11000111 | 10000 | 110110 |
Color Harmonies of #78919D
Complementary color
Monochromatic Colors of #78919D
Black with #78919D
Text Example
Text Example
White with #78919D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78919D; }
p { color: rgb(120,145,157); }
H1.HeaderClassName
{
color: #78919D;
}
.AnyTagClassName
{
color: #78919D;
}
</style>
background-color css
<style>
a { background-color: #78919D; }
a { background-color: rgb(120,145,157); }
div.DivClassName
{
background-color: #78919D;
}
.BgClassName
{
background-color: #78919D;
}
</style>
border-color css
<style>
span { border-color: #78919D; }
span { border-color: rgb(120,145,157); }
td.TdClassName
{
border-color: #78919D;
}
.TagClassName
{
border-color: #78919D;
}
</style>