Shades of Seagull #77BACD
Tints of Seagull #77BACD
RGB
CMYK
RGB Variations
Color information
#77BACD (or 0x77BACD) is known color: Seagull. HEX triplet: 77, BA and CD. RGB value is (119,186,205). Sum of RGB (Red+Green+Blue) = 119+186+205=510 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.33% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 205 (80.47% from 255 or 40.20% from 510); Max value from RGB is 205 - color contains mainly: blue. Hex color #77BACD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BACD is #884532. Grayscale: #A7A7A7. Windows color (decimal): -8930611 or 13482615. OLE color: 13482615.
HSL color Cylindrical-coordinate representation of color #77BACD: hue angle of 193.26º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77BACD is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 186 | 205 | - |
| CMYK | 0.42 | 0.09 | 0 | 0.20 |
| HSL | 193.26º | 0.46% | 0.64% | - |
| HSV(B) | 193.26º | 0.42% | 0.8% | - |
| XYZ | 36.19 | 43.45 | 64.24 | - |
| YUV | 168.13 | 148.8 | 92.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 186 | 205 | 0.42 | 0.09 | 0 | 0.20 | 193.26 | 0.46 | 0.64 |
| Hex | 77 | BA | CD | 2A | 9 | 0 | 14 | C1 | 2E | 40 |
| Octal | 167 | 272 | 315 | 52 | 11 | 0 | 24 | 301 | 56 | 100 |
| Binary | 1110111 | 10111010 | 11001101 | 101010 | 1001 | 0 | 10100 | 11000001 | 101110 | 1000000 |
Color Harmonies of #77BACD
Complementary color
Monochromatic Colors of #77BACD
Black with #77BACD
Text Example
Text Example
White with #77BACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BACD; }
p { color: rgb(119,186,205); }
H1.HeaderClassName
{
color: #77BACD;
}
.AnyTagClassName
{
color: #77BACD;
}
</style>
background-color css
<style>
a { background-color: #77BACD; }
a { background-color: rgb(119,186,205); }
div.DivClassName
{
background-color: #77BACD;
}
.BgClassName
{
background-color: #77BACD;
}
</style>
border-color css
<style>
span { border-color: #77BACD; }
span { border-color: rgb(119,186,205); }
td.TdClassName
{
border-color: #77BACD;
}
.TagClassName
{
border-color: #77BACD;
}
</style>