Shades of Seagull #77C0DA
Tints of Seagull #77C0DA
RGB
CMYK
RGB Variations
Color information
#77C0DA (or 0x77C0DA) is known color: Seagull. HEX triplet: 77, C0 and DA. RGB value is (119,192,218). Sum of RGB (Red+Green+Blue) = 119+192+218=529 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.50% from 529); Green value is 192 (75.39% from 255 or 36.29% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 218 - color contains mainly: blue. Hex color #77C0DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77C0DA is #883F25. Grayscale: #ACACAC. Windows color (decimal): -8929062 or 14336119. OLE color: 14336119.
HSL color Cylindrical-coordinate representation of color #77C0DA: hue angle of 195.76º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77C0DA is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 192 | 218 | - |
| CMYK | 0.45 | 0.12 | 0 | 0.15 |
| HSL | 195.76º | 0.57% | 0.66% | - |
| HSV(B) | 195.76º | 0.45% | 0.85% | - |
| XYZ | 39.11 | 46.68 | 73.28 | - |
| YUV | 173.14 | 153.32 | 89.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 192 | 218 | 0.45 | 0.12 | 0 | 0.15 | 195.76 | 0.57 | 0.66 |
| Hex | 77 | C0 | DA | 2D | C | 0 | F | C4 | 39 | 42 |
| Octal | 167 | 300 | 332 | 55 | 14 | 0 | 17 | 304 | 71 | 102 |
| Binary | 1110111 | 11000000 | 11011010 | 101101 | 1100 | 0 | 1111 | 11000100 | 111001 | 1000010 |
Color Harmonies of #77C0DA
Complementary color
Monochromatic Colors of #77C0DA
Black with #77C0DA
Text Example
Text Example
White with #77C0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C0DA; }
p { color: rgb(119,192,218); }
H1.HeaderClassName
{
color: #77C0DA;
}
.AnyTagClassName
{
color: #77C0DA;
}
</style>
background-color css
<style>
a { background-color: #77C0DA; }
a { background-color: rgb(119,192,218); }
div.DivClassName
{
background-color: #77C0DA;
}
.BgClassName
{
background-color: #77C0DA;
}
</style>
border-color css
<style>
span { border-color: #77C0DA; }
span { border-color: rgb(119,192,218); }
td.TdClassName
{
border-color: #77C0DA;
}
.TagClassName
{
border-color: #77C0DA;
}
</style>