Shades of Bermuda Grey #778D99
Tints of Bermuda Grey #778D99
RGB
CMYK
RGB Variations
Color information
#778D99 (or 0x778D99) is known color: Bermuda Grey. HEX triplet: 77, 8D and 99. RGB value is (119,141,153). Sum of RGB (Red+Green+Blue) = 119+141+153=413 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.81% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 153 (60.16% from 255 or 37.05% from 413); Max value from RGB is 153 - color contains mainly: blue. Hex color #778D99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778D99 is #887266. Grayscale: #878787. Windows color (decimal): -8942183 or 10063223. OLE color: 10063223.
HSL color Cylindrical-coordinate representation of color #778D99: hue angle of 201.18º 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 #778D99 is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 119 | 141 | 153 | - |
| CMYK | 0.22 | 0.08 | 0 | 0.4 |
| HSL | 201.18º | 0.14% | 0.53% | - |
| HSV(B) | 201.18º | 0.22% | 0.6% | - |
| XYZ | 22.88 | 25.27 | 33.81 | - |
| YUV | 135.79 | 137.71 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 141 | 153 | 0.22 | 0.08 | 0 | 0.4 | 201.18 | 0.14 | 0.53 |
| Hex | 77 | 8D | 99 | 16 | 8 | 0 | 28 | C9 | E | 35 |
| Octal | 167 | 215 | 231 | 26 | 10 | 0 | 50 | 311 | 16 | 65 |
| Binary | 1110111 | 10001101 | 10011001 | 10110 | 1000 | 0 | 101000 | 11001001 | 1110 | 110101 |
Color Harmonies of #778D99
Complementary color
Monochromatic Colors of #778D99
Black with #778D99
Text Example
Text Example
White with #778D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778D99; }
p { color: rgb(119,141,153); }
H1.HeaderClassName
{
color: #778D99;
}
.AnyTagClassName
{
color: #778D99;
}
</style>
background-color css
<style>
a { background-color: #778D99; }
a { background-color: rgb(119,141,153); }
div.DivClassName
{
background-color: #778D99;
}
.BgClassName
{
background-color: #778D99;
}
</style>
border-color css
<style>
span { border-color: #778D99; }
span { border-color: rgb(119,141,153); }
td.TdClassName
{
border-color: #778D99;
}
.TagClassName
{
border-color: #778D99;
}
</style>