Shades of Bermuda Grey #779199
Tints of Bermuda Grey #779199
RGB
CMYK
RGB Variations
Color information
#779199 (or 0x779199) is known color: Bermuda Grey. HEX triplet: 77, 91 and 99. RGB value is (119,145,153). Sum of RGB (Red+Green+Blue) = 119+145+153=417 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.54% from 417); Green value is 145 (57.03% from 255 or 34.77% from 417); Blue value is 153 (60.16% from 255 or 36.69% from 417); Max value from RGB is 153 - color contains mainly: blue. Hex color #779199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779199 is #886E66. Grayscale: #8A8A8A. Windows color (decimal): -8941159 or 10064247. OLE color: 10064247.
HSL color Cylindrical-coordinate representation of color #779199: hue angle of 194.12º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #779199 is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 119 | 145 | 153 | - |
| CMYK | 0.22 | 0.05 | 0 | 0.4 |
| HSL | 194.12º | 0.14% | 0.53% | - |
| HSV(B) | 194.12º | 0.22% | 0.6% | - |
| XYZ | 23.48 | 26.47 | 34.01 | - |
| YUV | 138.14 | 136.39 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 145 | 153 | 0.22 | 0.05 | 0 | 0.4 | 194.12 | 0.14 | 0.53 |
| Hex | 77 | 91 | 99 | 16 | 5 | 0 | 28 | C2 | E | 35 |
| Octal | 167 | 221 | 231 | 26 | 5 | 0 | 50 | 302 | 16 | 65 |
| Binary | 1110111 | 10010001 | 10011001 | 10110 | 101 | 0 | 101000 | 11000010 | 1110 | 110101 |
Color Harmonies of #779199
Complementary color
Monochromatic Colors of #779199
Black with #779199
Text Example
Text Example
White with #779199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779199; }
p { color: rgb(119,145,153); }
H1.HeaderClassName
{
color: #779199;
}
.AnyTagClassName
{
color: #779199;
}
</style>
background-color css
<style>
a { background-color: #779199; }
a { background-color: rgb(119,145,153); }
div.DivClassName
{
background-color: #779199;
}
.BgClassName
{
background-color: #779199;
}
</style>
border-color css
<style>
span { border-color: #779199; }
span { border-color: rgb(119,145,153); }
td.TdClassName
{
border-color: #779199;
}
.TagClassName
{
border-color: #779199;
}
</style>