Shades of Seagull #77BCD1
Tints of Seagull #77BCD1
RGB
CMYK
RGB Variations
Color information
#77BCD1 (or 0x77BCD1) is known color: Seagull. HEX triplet: 77, BC and D1. RGB value is (119,188,209). Sum of RGB (Red+Green+Blue) = 119+188+209=516 (68% of max value = 765). Red value is 119 (46.88% from 255 or 23.06% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 209 (82.03% from 255 or 40.50% from 516); Max value from RGB is 209 - color contains mainly: blue. Hex color #77BCD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BCD1 is #88432E. Grayscale: #A9A9A9. Windows color (decimal): -8930095 or 13745271. OLE color: 13745271.
HSL color Cylindrical-coordinate representation of color #77BCD1: hue angle of 194º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #77BCD1 is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 119 | 188 | 209 | - |
| CMYK | 0.43 | 0.10 | 0 | 0.18 |
| HSL | 194º | 0.49% | 0.64% | - |
| HSV(B) | 194º | 0.43% | 0.82% | - |
| XYZ | 37.1 | 44.49 | 66.95 | - |
| YUV | 169.76 | 150.14 | 91.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 188 | 209 | 0.43 | 0.10 | 0 | 0.18 | 194 | 0.49 | 0.64 |
| Hex | 77 | BC | D1 | 2B | A | 0 | 12 | C2 | 31 | 40 |
| Octal | 167 | 274 | 321 | 53 | 12 | 0 | 22 | 302 | 61 | 100 |
| Binary | 1110111 | 10111100 | 11010001 | 101011 | 1010 | 0 | 10010 | 11000010 | 110001 | 1000000 |
Color Harmonies of #77BCD1
Complementary color
Monochromatic Colors of #77BCD1
Black with #77BCD1
Text Example
Text Example
White with #77BCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BCD1; }
p { color: rgb(119,188,209); }
H1.HeaderClassName
{
color: #77BCD1;
}
.AnyTagClassName
{
color: #77BCD1;
}
</style>
background-color css
<style>
a { background-color: #77BCD1; }
a { background-color: rgb(119,188,209); }
div.DivClassName
{
background-color: #77BCD1;
}
.BgClassName
{
background-color: #77BCD1;
}
</style>
border-color css
<style>
span { border-color: #77BCD1; }
span { border-color: rgb(119,188,209); }
td.TdClassName
{
border-color: #77BCD1;
}
.TagClassName
{
border-color: #77BCD1;
}
</style>