Shades of Bermuda Grey #779099
Tints of Bermuda Grey #779099
RGB
CMYK
RGB Variations
Color information
#779099 (or 0x779099) is known color: Bermuda Grey. HEX triplet: 77, 90 and 99. RGB value is (119,144,153). Sum of RGB (Red+Green+Blue) = 119+144+153=416 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.61% from 416); Green value is 144 (56.64% from 255 or 34.62% from 416); Blue value is 153 (60.16% from 255 or 36.78% from 416); Max value from RGB is 153 - color contains mainly: blue. Hex color #779099 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779099 is #886F66. Grayscale: #898989. Windows color (decimal): -8941415 or 10063991. OLE color: 10063991.
HSL color Cylindrical-coordinate representation of color #779099: hue angle of 195.88º 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 #779099 is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 119 | 144 | 153 | - |
| CMYK | 0.22 | 0.06 | 0 | 0.4 |
| HSL | 195.88º | 0.14% | 0.53% | - |
| HSV(B) | 195.88º | 0.22% | 0.6% | - |
| XYZ | 23.33 | 26.17 | 33.96 | - |
| YUV | 137.55 | 136.72 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 144 | 153 | 0.22 | 0.06 | 0 | 0.4 | 195.88 | 0.14 | 0.53 |
| Hex | 77 | 90 | 99 | 16 | 6 | 0 | 28 | C4 | E | 35 |
| Octal | 167 | 220 | 231 | 26 | 6 | 0 | 50 | 304 | 16 | 65 |
| Binary | 1110111 | 10010000 | 10011001 | 10110 | 110 | 0 | 101000 | 11000100 | 1110 | 110101 |
Color Harmonies of #779099
Complementary color
Monochromatic Colors of #779099
Black with #779099
Text Example
Text Example
White with #779099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779099; }
p { color: rgb(119,144,153); }
H1.HeaderClassName
{
color: #779099;
}
.AnyTagClassName
{
color: #779099;
}
</style>
background-color css
<style>
a { background-color: #779099; }
a { background-color: rgb(119,144,153); }
div.DivClassName
{
background-color: #779099;
}
.BgClassName
{
background-color: #779099;
}
</style>
border-color css
<style>
span { border-color: #779099; }
span { border-color: rgb(119,144,153); }
td.TdClassName
{
border-color: #779099;
}
.TagClassName
{
border-color: #779099;
}
</style>