Shades of Seagull #77AECB
Tints of Seagull #77AECB
RGB
CMYK
RGB Variations
Color information
#77AECB (or 0x77AECB) is known color: Seagull. HEX triplet: 77, AE and CB. RGB value is (119,174,203). Sum of RGB (Red+Green+Blue) = 119+174+203=496 (65% of max value = 765). Red value is 119 (46.88% from 255 or 23.99% from 496); Green value is 174 (68.36% from 255 or 35.08% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 203 - color contains mainly: blue. Hex color #77AECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77AECB is #885134. Grayscale: #A0A0A0. Windows color (decimal): -8933685 or 13348471. OLE color: 13348471.
HSL color Cylindrical-coordinate representation of color #77AECB: hue angle of 200.71º 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 #77AECB is Cyan = 0.41, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 174 | 203 | - |
| CMYK | 0.41 | 0.14 | 0 | 0.20 |
| HSL | 200.71º | 0.45% | 0.63% | - |
| HSV(B) | 200.71º | 0.41% | 0.8% | - |
| XYZ | 33.52 | 38.51 | 62.17 | - |
| YUV | 160.86 | 151.78 | 98.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 174 | 203 | 0.41 | 0.14 | 0 | 0.20 | 200.71 | 0.45 | 0.63 |
| Hex | 77 | AE | CB | 29 | E | 0 | 14 | C9 | 2D | 3F |
| Octal | 167 | 256 | 313 | 51 | 16 | 0 | 24 | 311 | 55 | 77 |
| Binary | 1110111 | 10101110 | 11001011 | 101001 | 1110 | 0 | 10100 | 11001001 | 101101 | 111111 |
Color Harmonies of #77AECB
Complementary color
Monochromatic Colors of #77AECB
Black with #77AECB
Text Example
Text Example
White with #77AECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AECB; }
p { color: rgb(119,174,203); }
H1.HeaderClassName
{
color: #77AECB;
}
.AnyTagClassName
{
color: #77AECB;
}
</style>
background-color css
<style>
a { background-color: #77AECB; }
a { background-color: rgb(119,174,203); }
div.DivClassName
{
background-color: #77AECB;
}
.BgClassName
{
background-color: #77AECB;
}
</style>
border-color css
<style>
span { border-color: #77AECB; }
span { border-color: rgb(119,174,203); }
td.TdClassName
{
border-color: #77AECB;
}
.TagClassName
{
border-color: #77AECB;
}
</style>