Shades of Seagull #77BECE
Tints of Seagull #77BECE
RGB
CMYK
RGB Variations
Color information
#77BECE (or 0x77BECE) is known color: Seagull. HEX triplet: 77, BE and CE. RGB value is (119,190,206). Sum of RGB (Red+Green+Blue) = 119+190+206=515 (68% of max value = 765). Red value is 119 (46.88% from 255 or 23.11% from 515); Green value is 190 (74.61% from 255 or 36.89% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 206 - color contains mainly: blue. Hex color #77BECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BECE is #884131. Grayscale: #AAAAAA. Windows color (decimal): -8929586 or 13549175. OLE color: 13549175.
HSL color Cylindrical-coordinate representation of color #77BECE: hue angle of 191.03º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77BECE is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 190 | 206 | - |
| CMYK | 0.42 | 0.08 | 0 | 0.19 |
| HSL | 191.03º | 0.47% | 0.64% | - |
| HSV(B) | 191.03º | 0.42% | 0.81% | - |
| XYZ | 37.16 | 45.21 | 65.16 | - |
| YUV | 170.6 | 147.98 | 91.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 190 | 206 | 0.42 | 0.08 | 0 | 0.19 | 191.03 | 0.47 | 0.64 |
| Hex | 77 | BE | CE | 2A | 8 | 0 | 13 | BF | 2F | 40 |
| Octal | 167 | 276 | 316 | 52 | 10 | 0 | 23 | 277 | 57 | 100 |
| Binary | 1110111 | 10111110 | 11001110 | 101010 | 1000 | 0 | 10011 | 10111111 | 101111 | 1000000 |
Color Harmonies of #77BECE
Complementary color
Monochromatic Colors of #77BECE
Black with #77BECE
Text Example
Text Example
White with #77BECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BECE; }
p { color: rgb(119,190,206); }
H1.HeaderClassName
{
color: #77BECE;
}
.AnyTagClassName
{
color: #77BECE;
}
</style>
background-color css
<style>
a { background-color: #77BECE; }
a { background-color: rgb(119,190,206); }
div.DivClassName
{
background-color: #77BECE;
}
.BgClassName
{
background-color: #77BECE;
}
</style>
border-color css
<style>
span { border-color: #77BECE; }
span { border-color: rgb(119,190,206); }
td.TdClassName
{
border-color: #77BECE;
}
.TagClassName
{
border-color: #77BECE;
}
</style>