Shades of Seagull #77BECD
Tints of Seagull #77BECD
RGB
CMYK
RGB Variations
Color information
#77BECD (or 0x77BECD) is known color: Seagull. HEX triplet: 77, BE and CD. RGB value is (119,190,205). Sum of RGB (Red+Green+Blue) = 119+190+205=514 (68% of max value = 765). Red value is 119 (46.88% from 255 or 23.15% from 514); Green value is 190 (74.61% from 255 or 36.96% from 514); Blue value is 205 (80.47% from 255 or 39.88% from 514); Max value from RGB is 205 - color contains mainly: blue. Hex color #77BECD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BECD is #884132. Grayscale: #AAAAAA. Windows color (decimal): -8929587 or 13483639. OLE color: 13483639.
HSL color Cylindrical-coordinate representation of color #77BECD: hue angle of 190.47º 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 #77BECD is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 190 | 205 | - |
| CMYK | 0.42 | 0.07 | 0 | 0.20 |
| HSL | 190.47º | 0.46% | 0.64% | - |
| HSV(B) | 190.47º | 0.42% | 0.8% | - |
| XYZ | 37.04 | 45.16 | 64.52 | - |
| YUV | 170.48 | 147.48 | 91.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 190 | 205 | 0.42 | 0.07 | 0 | 0.20 | 190.47 | 0.46 | 0.64 |
| Hex | 77 | BE | CD | 2A | 7 | 0 | 14 | BE | 2E | 40 |
| Octal | 167 | 276 | 315 | 52 | 7 | 0 | 24 | 276 | 56 | 100 |
| Binary | 1110111 | 10111110 | 11001101 | 101010 | 111 | 0 | 10100 | 10111110 | 101110 | 1000000 |
Color Harmonies of #77BECD
Complementary color
Monochromatic Colors of #77BECD
Black with #77BECD
Text Example
Text Example
White with #77BECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BECD; }
p { color: rgb(119,190,205); }
H1.HeaderClassName
{
color: #77BECD;
}
.AnyTagClassName
{
color: #77BECD;
}
</style>
background-color css
<style>
a { background-color: #77BECD; }
a { background-color: rgb(119,190,205); }
div.DivClassName
{
background-color: #77BECD;
}
.BgClassName
{
background-color: #77BECD;
}
</style>
border-color css
<style>
span { border-color: #77BECD; }
span { border-color: rgb(119,190,205); }
td.TdClassName
{
border-color: #77BECD;
}
.TagClassName
{
border-color: #77BECD;
}
</style>