Shades of Seagull #77C0DB
Tints of Seagull #77C0DB
RGB
CMYK
RGB Variations
Color information
#77C0DB (or 0x77C0DB) is known color: Seagull. HEX triplet: 77, C0 and DB. RGB value is (119,192,219). Sum of RGB (Red+Green+Blue) = 119+192+219=530 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.45% from 530); Green value is 192 (75.39% from 255 or 36.23% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #77C0DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77C0DB is #883F24. Grayscale: #ADADAD. Windows color (decimal): -8929061 or 14401655. OLE color: 14401655.
HSL color Cylindrical-coordinate representation of color #77C0DB: hue angle of 196.2º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77C0DB is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 192 | 219 | - |
| CMYK | 0.46 | 0.12 | 0 | 0.14 |
| HSL | 196.2º | 0.58% | 0.66% | - |
| HSV(B) | 196.2º | 0.46% | 0.86% | - |
| XYZ | 39.24 | 46.74 | 73.97 | - |
| YUV | 173.25 | 153.82 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 192 | 219 | 0.46 | 0.12 | 0 | 0.14 | 196.2 | 0.58 | 0.66 |
| Hex | 77 | C0 | DB | 2E | C | 0 | E | C4 | 3A | 42 |
| Octal | 167 | 300 | 333 | 56 | 14 | 0 | 16 | 304 | 72 | 102 |
| Binary | 1110111 | 11000000 | 11011011 | 101110 | 1100 | 0 | 1110 | 11000100 | 111010 | 1000010 |
Color Harmonies of #77C0DB
Complementary color
Monochromatic Colors of #77C0DB
Black with #77C0DB
Text Example
Text Example
White with #77C0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C0DB; }
p { color: rgb(119,192,219); }
H1.HeaderClassName
{
color: #77C0DB;
}
.AnyTagClassName
{
color: #77C0DB;
}
</style>
background-color css
<style>
a { background-color: #77C0DB; }
a { background-color: rgb(119,192,219); }
div.DivClassName
{
background-color: #77C0DB;
}
.BgClassName
{
background-color: #77C0DB;
}
</style>
border-color css
<style>
span { border-color: #77C0DB; }
span { border-color: rgb(119,192,219); }
td.TdClassName
{
border-color: #77C0DB;
}
.TagClassName
{
border-color: #77C0DB;
}
</style>