Shades of Seagull #77BCDE
Tints of Seagull #77BCDE
RGB
CMYK
RGB Variations
Color information
#77BCDE (or 0x77BCDE) is known color: Seagull. HEX triplet: 77, BC and DE. RGB value is (119,188,222). Sum of RGB (Red+Green+Blue) = 119+188+222=529 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.50% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 222 (87.11% from 255 or 41.97% from 529); Max value from RGB is 222 - color contains mainly: blue. Hex color #77BCDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BCDE is #884321. Grayscale: #ABABAB. Windows color (decimal): -8930082 or 14597239. OLE color: 14597239.
HSL color Cylindrical-coordinate representation of color #77BCDE: hue angle of 199.81º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77BCDE is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 188 | 222 | - |
| CMYK | 0.46 | 0.15 | 0 | 0.13 |
| HSL | 199.81º | 0.61% | 0.67% | - |
| HSV(B) | 199.81º | 0.46% | 0.87% | - |
| XYZ | 38.78 | 45.16 | 75.78 | - |
| YUV | 171.25 | 156.64 | 90.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 188 | 222 | 0.46 | 0.15 | 0 | 0.13 | 199.81 | 0.61 | 0.67 |
| Hex | 77 | BC | DE | 2E | F | 0 | D | C8 | 3D | 43 |
| Octal | 167 | 274 | 336 | 56 | 17 | 0 | 15 | 310 | 75 | 103 |
| Binary | 1110111 | 10111100 | 11011110 | 101110 | 1111 | 0 | 1101 | 11001000 | 111101 | 1000011 |
Color Harmonies of #77BCDE
Complementary color
Monochromatic Colors of #77BCDE
Black with #77BCDE
Text Example
Text Example
White with #77BCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BCDE; }
p { color: rgb(119,188,222); }
H1.HeaderClassName
{
color: #77BCDE;
}
.AnyTagClassName
{
color: #77BCDE;
}
</style>
background-color css
<style>
a { background-color: #77BCDE; }
a { background-color: rgb(119,188,222); }
div.DivClassName
{
background-color: #77BCDE;
}
.BgClassName
{
background-color: #77BCDE;
}
</style>
border-color css
<style>
span { border-color: #77BCDE; }
span { border-color: rgb(119,188,222); }
td.TdClassName
{
border-color: #77BCDE;
}
.TagClassName
{
border-color: #77BCDE;
}
</style>