Shades of Bermuda Grey #778C98
Tints of Bermuda Grey #778C98
RGB
CMYK
RGB Variations
Color information
#778C98 (or 0x778C98) is known color: Bermuda Grey. HEX triplet: 77, 8C and 98. RGB value is (119,140,152). Sum of RGB (Red+Green+Blue) = 119+140+152=411 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.95% from 411); Green value is 140 (55.08% from 255 or 34.06% from 411); Blue value is 152 (59.77% from 255 or 36.98% from 411); Max value from RGB is 152 - color contains mainly: blue. Hex color #778C98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778C98 is #887367. Grayscale: #878787. Windows color (decimal): -8942440 or 9997431. OLE color: 9997431.
HSL color Cylindrical-coordinate representation of color #778C98: hue angle of 201.82º 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 #778C98 is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 119 | 140 | 152 | - |
| CMYK | 0.22 | 0.08 | 0 | 0.40 |
| HSL | 201.82º | 0.14% | 0.53% | - |
| HSV(B) | 201.82º | 0.22% | 0.6% | - |
| XYZ | 22.65 | 24.95 | 33.33 | - |
| YUV | 135.09 | 137.54 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 140 | 152 | 0.22 | 0.08 | 0 | 0.40 | 201.82 | 0.14 | 0.53 |
| Hex | 77 | 8C | 98 | 16 | 8 | 0 | 28 | CA | E | 35 |
| Octal | 167 | 214 | 230 | 26 | 10 | 0 | 50 | 312 | 16 | 65 |
| Binary | 1110111 | 10001100 | 10011000 | 10110 | 1000 | 0 | 101000 | 11001010 | 1110 | 110101 |
Color Harmonies of #778C98
Complementary color
Monochromatic Colors of #778C98
Black with #778C98
Text Example
Text Example
White with #778C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778C98; }
p { color: rgb(119,140,152); }
H1.HeaderClassName
{
color: #778C98;
}
.AnyTagClassName
{
color: #778C98;
}
</style>
background-color css
<style>
a { background-color: #778C98; }
a { background-color: rgb(119,140,152); }
div.DivClassName
{
background-color: #778C98;
}
.BgClassName
{
background-color: #778C98;
}
</style>
border-color css
<style>
span { border-color: #778C98; }
span { border-color: rgb(119,140,152); }
td.TdClassName
{
border-color: #778C98;
}
.TagClassName
{
border-color: #778C98;
}
</style>