Shades of Bermuda Grey #789199
Tints of Bermuda Grey #789199
RGB
CMYK
RGB Variations
Color information
#789199 (or 0x789199) is known color: Bermuda Grey. HEX triplet: 78, 91 and 99. RGB value is (120,145,153). Sum of RGB (Red+Green+Blue) = 120+145+153=418 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.71% from 418); Green value is 145 (57.03% from 255 or 34.69% from 418); Blue value is 153 (60.16% from 255 or 36.60% from 418); Max value from RGB is 153 - color contains mainly: blue. Hex color #789199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789199 is #876E66. Grayscale: #8A8A8A. Windows color (decimal): -8875623 or 10064248. OLE color: 10064248.
HSL color Cylindrical-coordinate representation of color #789199: hue angle of 194.55º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #789199 is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 120 | 145 | 153 | - |
| CMYK | 0.22 | 0.05 | 0 | 0.4 |
| HSL | 194.55º | 0.14% | 0.54% | - |
| HSV(B) | 194.55º | 0.22% | 0.6% | - |
| XYZ | 23.62 | 26.54 | 34.02 | - |
| YUV | 138.44 | 136.22 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 145 | 153 | 0.22 | 0.05 | 0 | 0.4 | 194.55 | 0.14 | 0.54 |
| Hex | 78 | 91 | 99 | 16 | 5 | 0 | 28 | C3 | E | 36 |
| Octal | 170 | 221 | 231 | 26 | 5 | 0 | 50 | 303 | 16 | 66 |
| Binary | 1111000 | 10010001 | 10011001 | 10110 | 101 | 0 | 101000 | 11000011 | 1110 | 110110 |
Color Harmonies of #789199
Complementary color
Monochromatic Colors of #789199
Black with #789199
Text Example
Text Example
White with #789199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789199; }
p { color: rgb(120,145,153); }
H1.HeaderClassName
{
color: #789199;
}
.AnyTagClassName
{
color: #789199;
}
</style>
background-color css
<style>
a { background-color: #789199; }
a { background-color: rgb(120,145,153); }
div.DivClassName
{
background-color: #789199;
}
.BgClassName
{
background-color: #789199;
}
</style>
border-color css
<style>
span { border-color: #789199; }
span { border-color: rgb(120,145,153); }
td.TdClassName
{
border-color: #789199;
}
.TagClassName
{
border-color: #789199;
}
</style>