Shades of Seagull #77AACE
Tints of Seagull #77AACE
RGB
CMYK
RGB Variations
Color information
#77AACE (or 0x77AACE) is known color: Seagull. HEX triplet: 77, AA and CE. RGB value is (119,170,206). Sum of RGB (Red+Green+Blue) = 119+170+206=495 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.04% from 495); Green value is 170 (66.80% from 255 or 34.34% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: blue. Hex color #77AACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77AACE is #885531. Grayscale: #9E9E9E. Windows color (decimal): -8934706 or 13544055. OLE color: 13544055.
HSL color Cylindrical-coordinate representation of color #77AACE: hue angle of 204.83º 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 #77AACE is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 170 | 206 | - |
| CMYK | 0.42 | 0.17 | 0 | 0.19 |
| HSL | 204.83º | 0.47% | 0.64% | - |
| HSV(B) | 204.83º | 0.42% | 0.81% | - |
| XYZ | 33.12 | 37.13 | 63.81 | - |
| YUV | 158.86 | 154.6 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 170 | 206 | 0.42 | 0.17 | 0 | 0.19 | 204.83 | 0.47 | 0.64 |
| Hex | 77 | AA | CE | 2A | 11 | 0 | 13 | CD | 2F | 40 |
| Octal | 167 | 252 | 316 | 52 | 21 | 0 | 23 | 315 | 57 | 100 |
| Binary | 1110111 | 10101010 | 11001110 | 101010 | 10001 | 0 | 10011 | 11001101 | 101111 | 1000000 |
Color Harmonies of #77AACE
Complementary color
Monochromatic Colors of #77AACE
Black with #77AACE
Text Example
Text Example
White with #77AACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AACE; }
p { color: rgb(119,170,206); }
H1.HeaderClassName
{
color: #77AACE;
}
.AnyTagClassName
{
color: #77AACE;
}
</style>
background-color css
<style>
a { background-color: #77AACE; }
a { background-color: rgb(119,170,206); }
div.DivClassName
{
background-color: #77AACE;
}
.BgClassName
{
background-color: #77AACE;
}
</style>
border-color css
<style>
span { border-color: #77AACE; }
span { border-color: rgb(119,170,206); }
td.TdClassName
{
border-color: #77AACE;
}
.TagClassName
{
border-color: #77AACE;
}
</style>