Shades of Seagull #77AFCC
Tints of Seagull #77AFCC
RGB
CMYK
RGB Variations
Color information
#77AFCC (or 0x77AFCC) is known color: Seagull. HEX triplet: 77, AF and CC. RGB value is (119,175,204). Sum of RGB (Red+Green+Blue) = 119+175+204=498 (65% of max value = 765). Red value is 119 (46.88% from 255 or 23.90% from 498); Green value is 175 (68.75% from 255 or 35.14% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 204 - color contains mainly: blue. Hex color #77AFCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77AFCC is #885033. Grayscale: #A1A1A1. Windows color (decimal): -8933428 or 13414263. OLE color: 13414263.
HSL color Cylindrical-coordinate representation of color #77AFCC: hue angle of 200.47º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77AFCC is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 119 | 175 | 204 | - |
| CMYK | 0.42 | 0.14 | 0 | 0.2 |
| HSL | 200.47º | 0.45% | 0.63% | - |
| HSV(B) | 200.47º | 0.42% | 0.8% | - |
| XYZ | 33.84 | 38.94 | 62.86 | - |
| YUV | 161.56 | 151.95 | 97.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 175 | 204 | 0.42 | 0.14 | 0 | 0.2 | 200.47 | 0.45 | 0.63 |
| Hex | 77 | AF | CC | 2A | E | 0 | 14 | C8 | 2D | 3F |
| Octal | 167 | 257 | 314 | 52 | 16 | 0 | 24 | 310 | 55 | 77 |
| Binary | 1110111 | 10101111 | 11001100 | 101010 | 1110 | 0 | 10100 | 11001000 | 101101 | 111111 |
Color Harmonies of #77AFCC
Complementary color
Monochromatic Colors of #77AFCC
Black with #77AFCC
Text Example
Text Example
White with #77AFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AFCC; }
p { color: rgb(119,175,204); }
H1.HeaderClassName
{
color: #77AFCC;
}
.AnyTagClassName
{
color: #77AFCC;
}
</style>
background-color css
<style>
a { background-color: #77AFCC; }
a { background-color: rgb(119,175,204); }
div.DivClassName
{
background-color: #77AFCC;
}
.BgClassName
{
background-color: #77AFCC;
}
</style>
border-color css
<style>
span { border-color: #77AFCC; }
span { border-color: rgb(119,175,204); }
td.TdClassName
{
border-color: #77AFCC;
}
.TagClassName
{
border-color: #77AFCC;
}
</style>