Shades of Seagull #77A8CC
Tints of Seagull #77A8CC
RGB
CMYK
RGB Variations
Color information
#77A8CC (or 0x77A8CC) is known color: Seagull. HEX triplet: 77, A8 and CC. RGB value is (119,168,204). Sum of RGB (Red+Green+Blue) = 119+168+204=491 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.24% from 491); Green value is 168 (66.02% from 255 or 34.22% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 204 - color contains mainly: blue. Hex color #77A8CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A8CC is #885733. Grayscale: #9D9D9D. Windows color (decimal): -8935220 or 13412471. OLE color: 13412471.
HSL color Cylindrical-coordinate representation of color #77A8CC: hue angle of 205.41º 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 #77A8CC is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 119 | 168 | 204 | - |
| CMYK | 0.42 | 0.18 | 0 | 0.2 |
| HSL | 205.41º | 0.45% | 0.63% | - |
| HSV(B) | 205.41º | 0.42% | 0.8% | - |
| XYZ | 32.51 | 36.29 | 62.42 | - |
| YUV | 157.45 | 154.27 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 168 | 204 | 0.42 | 0.18 | 0 | 0.2 | 205.41 | 0.45 | 0.63 |
| Hex | 77 | A8 | CC | 2A | 12 | 0 | 14 | CD | 2D | 3F |
| Octal | 167 | 250 | 314 | 52 | 22 | 0 | 24 | 315 | 55 | 77 |
| Binary | 1110111 | 10101000 | 11001100 | 101010 | 10010 | 0 | 10100 | 11001101 | 101101 | 111111 |
Color Harmonies of #77A8CC
Complementary color
Monochromatic Colors of #77A8CC
Black with #77A8CC
Text Example
Text Example
White with #77A8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A8CC; }
p { color: rgb(119,168,204); }
H1.HeaderClassName
{
color: #77A8CC;
}
.AnyTagClassName
{
color: #77A8CC;
}
</style>
background-color css
<style>
a { background-color: #77A8CC; }
a { background-color: rgb(119,168,204); }
div.DivClassName
{
background-color: #77A8CC;
}
.BgClassName
{
background-color: #77A8CC;
}
</style>
border-color css
<style>
span { border-color: #77A8CC; }
span { border-color: rgb(119,168,204); }
td.TdClassName
{
border-color: #77A8CC;
}
.TagClassName
{
border-color: #77A8CC;
}
</style>