Shades of Seagull #77A8CA
Tints of Seagull #77A8CA
RGB
CMYK
RGB Variations
Color information
#77A8CA (or 0x77A8CA) is known color: Seagull. HEX triplet: 77, A8 and CA. RGB value is (119,168,202). Sum of RGB (Red+Green+Blue) = 119+168+202=489 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.34% from 489); Green value is 168 (66.02% from 255 or 34.36% from 489); Blue value is 202 (79.30% from 255 or 41.31% from 489); Max value from RGB is 202 - color contains mainly: blue. Hex color #77A8CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A8CA is #885735. Grayscale: #9D9D9D. Windows color (decimal): -8935222 or 13281399. OLE color: 13281399.
HSL color Cylindrical-coordinate representation of color #77A8CA: hue angle of 204.58º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #77A8CA is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 119 | 168 | 202 | - |
| CMYK | 0.41 | 0.17 | 0 | 0.21 |
| HSL | 204.58º | 0.44% | 0.63% | - |
| HSV(B) | 204.58º | 0.41% | 0.79% | - |
| XYZ | 32.27 | 36.19 | 61.16 | - |
| YUV | 157.23 | 153.27 | 100.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 168 | 202 | 0.41 | 0.17 | 0 | 0.21 | 204.58 | 0.44 | 0.63 |
| Hex | 77 | A8 | CA | 29 | 11 | 0 | 15 | CD | 2C | 3F |
| Octal | 167 | 250 | 312 | 51 | 21 | 0 | 25 | 315 | 54 | 77 |
| Binary | 1110111 | 10101000 | 11001010 | 101001 | 10001 | 0 | 10101 | 11001101 | 101100 | 111111 |
Color Harmonies of #77A8CA
Complementary color
Monochromatic Colors of #77A8CA
Black with #77A8CA
Text Example
Text Example
White with #77A8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A8CA; }
p { color: rgb(119,168,202); }
H1.HeaderClassName
{
color: #77A8CA;
}
.AnyTagClassName
{
color: #77A8CA;
}
</style>
background-color css
<style>
a { background-color: #77A8CA; }
a { background-color: rgb(119,168,202); }
div.DivClassName
{
background-color: #77A8CA;
}
.BgClassName
{
background-color: #77A8CA;
}
</style>
border-color css
<style>
span { border-color: #77A8CA; }
span { border-color: rgb(119,168,202); }
td.TdClassName
{
border-color: #77A8CA;
}
.TagClassName
{
border-color: #77A8CA;
}
</style>