Shades of Seagull #77BACB
Tints of Seagull #77BACB
RGB
CMYK
RGB Variations
Color information
#77BACB (or 0x77BACB) is known color: Seagull. HEX triplet: 77, BA and CB. RGB value is (119,186,203). Sum of RGB (Red+Green+Blue) = 119+186+203=508 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.43% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 203 - color contains mainly: blue. Hex color #77BACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BACB is #884534. Grayscale: #A7A7A7. Windows color (decimal): -8930613 or 13351543. OLE color: 13351543.
HSL color Cylindrical-coordinate representation of color #77BACB: hue angle of 192.14º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #77BACB is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 186 | 203 | - |
| CMYK | 0.41 | 0.08 | 0 | 0.20 |
| HSL | 192.14º | 0.45% | 0.63% | - |
| HSV(B) | 192.14º | 0.41% | 0.8% | - |
| XYZ | 35.95 | 43.35 | 62.97 | - |
| YUV | 167.91 | 147.8 | 93.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 186 | 203 | 0.41 | 0.08 | 0 | 0.20 | 192.14 | 0.45 | 0.63 |
| Hex | 77 | BA | CB | 29 | 8 | 0 | 14 | C0 | 2D | 3F |
| Octal | 167 | 272 | 313 | 51 | 10 | 0 | 24 | 300 | 55 | 77 |
| Binary | 1110111 | 10111010 | 11001011 | 101001 | 1000 | 0 | 10100 | 11000000 | 101101 | 111111 |
Color Harmonies of #77BACB
Complementary color
Monochromatic Colors of #77BACB
Black with #77BACB
Text Example
Text Example
White with #77BACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BACB; }
p { color: rgb(119,186,203); }
H1.HeaderClassName
{
color: #77BACB;
}
.AnyTagClassName
{
color: #77BACB;
}
</style>
background-color css
<style>
a { background-color: #77BACB; }
a { background-color: rgb(119,186,203); }
div.DivClassName
{
background-color: #77BACB;
}
.BgClassName
{
background-color: #77BACB;
}
</style>
border-color css
<style>
span { border-color: #77BACB; }
span { border-color: rgb(119,186,203); }
td.TdClassName
{
border-color: #77BACB;
}
.TagClassName
{
border-color: #77BACB;
}
</style>