Shades of Bermuda Grey #78909D
Tints of Bermuda Grey #78909D
RGB
CMYK
RGB Variations
Color information
#78909D (or 0x78909D) is known color: Bermuda Grey. HEX triplet: 78, 90 and 9D. RGB value is (120,144,157). Sum of RGB (Red+Green+Blue) = 120+144+157=421 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.50% from 421); Green value is 144 (56.64% from 255 or 34.20% from 421); Blue value is 157 (61.72% from 255 or 37.29% from 421); Max value from RGB is 157 - color contains mainly: blue. Hex color #78909D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78909D is #876F62. Grayscale: #8A8A8A. Windows color (decimal): -8875875 or 10326136. OLE color: 10326136.
HSL color Cylindrical-coordinate representation of color #78909D: hue angle of 201.08º 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 #78909D is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 144 | 157 | - |
| CMYK | 0.24 | 0.08 | 0 | 0.38 |
| HSL | 201.08º | 0.16% | 0.54% | - |
| HSV(B) | 201.08º | 0.24% | 0.62% | - |
| XYZ | 23.8 | 26.37 | 35.73 | - |
| YUV | 138.31 | 138.55 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 144 | 157 | 0.24 | 0.08 | 0 | 0.38 | 201.08 | 0.16 | 0.54 |
| Hex | 78 | 90 | 9D | 18 | 8 | 0 | 26 | C9 | 10 | 36 |
| Octal | 170 | 220 | 235 | 30 | 10 | 0 | 46 | 311 | 20 | 66 |
| Binary | 1111000 | 10010000 | 10011101 | 11000 | 1000 | 0 | 100110 | 11001001 | 10000 | 110110 |
Color Harmonies of #78909D
Complementary color
Monochromatic Colors of #78909D
Black with #78909D
Text Example
Text Example
White with #78909D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78909D; }
p { color: rgb(120,144,157); }
H1.HeaderClassName
{
color: #78909D;
}
.AnyTagClassName
{
color: #78909D;
}
</style>
background-color css
<style>
a { background-color: #78909D; }
a { background-color: rgb(120,144,157); }
div.DivClassName
{
background-color: #78909D;
}
.BgClassName
{
background-color: #78909D;
}
</style>
border-color css
<style>
span { border-color: #78909D; }
span { border-color: rgb(120,144,157); }
td.TdClassName
{
border-color: #78909D;
}
.TagClassName
{
border-color: #78909D;
}
</style>