Shades of Seagull #77B9D7
Tints of Seagull #77B9D7
RGB
CMYK
RGB Variations
Color information
#77B9D7 (or 0x77B9D7) is known color: Seagull. HEX triplet: 77, B9 and D7. RGB value is (119,185,215). Sum of RGB (Red+Green+Blue) = 119+185+215=519 (68% of max value = 765). Red value is 119 (46.88% from 255 or 22.93% from 519); Green value is 185 (72.66% from 255 or 35.65% from 519); Blue value is 215 (84.38% from 255 or 41.43% from 519); Max value from RGB is 215 - color contains mainly: blue. Hex color #77B9D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77B9D7 is #884628. Grayscale: #A8A8A8. Windows color (decimal): -8930857 or 14137719. OLE color: 14137719.
HSL color Cylindrical-coordinate representation of color #77B9D7: hue angle of 198.75º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77B9D7 is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 119 | 185 | 215 | - |
| CMYK | 0.45 | 0.14 | 0 | 0.16 |
| HSL | 198.75º | 0.55% | 0.65% | - |
| HSV(B) | 198.75º | 0.45% | 0.84% | - |
| XYZ | 37.22 | 43.53 | 70.73 | - |
| YUV | 168.69 | 154.13 | 92.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 185 | 215 | 0.45 | 0.14 | 0 | 0.16 | 198.75 | 0.55 | 0.65 |
| Hex | 77 | B9 | D7 | 2D | E | 0 | 10 | C7 | 37 | 41 |
| Octal | 167 | 271 | 327 | 55 | 16 | 0 | 20 | 307 | 67 | 101 |
| Binary | 1110111 | 10111001 | 11010111 | 101101 | 1110 | 0 | 10000 | 11000111 | 110111 | 1000001 |
Color Harmonies of #77B9D7
Complementary color
Monochromatic Colors of #77B9D7
Black with #77B9D7
Text Example
Text Example
White with #77B9D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B9D7; }
p { color: rgb(119,185,215); }
H1.HeaderClassName
{
color: #77B9D7;
}
.AnyTagClassName
{
color: #77B9D7;
}
</style>
background-color css
<style>
a { background-color: #77B9D7; }
a { background-color: rgb(119,185,215); }
div.DivClassName
{
background-color: #77B9D7;
}
.BgClassName
{
background-color: #77B9D7;
}
</style>
border-color css
<style>
span { border-color: #77B9D7; }
span { border-color: rgb(119,185,215); }
td.TdClassName
{
border-color: #77B9D7;
}
.TagClassName
{
border-color: #77B9D7;
}
</style>