Shades of Bermuda Grey #789098
Tints of Bermuda Grey #789098
RGB
CMYK
RGB Variations
Color information
#789098 (or 0x789098) is known color: Bermuda Grey. HEX triplet: 78, 90 and 98. RGB value is (120,144,152). Sum of RGB (Red+Green+Blue) = 120+144+152=416 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.85% from 416); Green value is 144 (56.64% from 255 or 34.62% from 416); Blue value is 152 (59.77% from 255 or 36.54% from 416); Max value from RGB is 152 - color contains mainly: blue. Hex color #789098 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789098 is #876F67. Grayscale: #898989. Windows color (decimal): -8875880 or 9998456. OLE color: 9998456.
HSL color Cylindrical-coordinate representation of color #789098: hue angle of 195º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #789098 is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 120 | 144 | 152 | - |
| CMYK | 0.21 | 0.05 | 0 | 0.40 |
| HSL | 195º | 0.13% | 0.53% | - |
| HSV(B) | 195º | 0.21% | 0.6% | - |
| XYZ | 23.39 | 26.21 | 33.53 | - |
| YUV | 137.74 | 136.05 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 144 | 152 | 0.21 | 0.05 | 0 | 0.40 | 195 | 0.13 | 0.53 |
| Hex | 78 | 90 | 98 | 15 | 5 | 0 | 28 | C3 | D | 35 |
| Octal | 170 | 220 | 230 | 25 | 5 | 0 | 50 | 303 | 15 | 65 |
| Binary | 1111000 | 10010000 | 10011000 | 10101 | 101 | 0 | 101000 | 11000011 | 1101 | 110101 |
Color Harmonies of #789098
Complementary color
Monochromatic Colors of #789098
Black with #789098
Text Example
Text Example
White with #789098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789098; }
p { color: rgb(120,144,152); }
H1.HeaderClassName
{
color: #789098;
}
.AnyTagClassName
{
color: #789098;
}
</style>
background-color css
<style>
a { background-color: #789098; }
a { background-color: rgb(120,144,152); }
div.DivClassName
{
background-color: #789098;
}
.BgClassName
{
background-color: #789098;
}
</style>
border-color css
<style>
span { border-color: #789098; }
span { border-color: rgb(120,144,152); }
td.TdClassName
{
border-color: #789098;
}
.TagClassName
{
border-color: #789098;
}
</style>