Shades of Seagull #77A9CD
Tints of Seagull #77A9CD
RGB
CMYK
RGB Variations
Color information
#77A9CD (or 0x77A9CD) is known color: Seagull. HEX triplet: 77, A9 and CD. RGB value is (119,169,205). Sum of RGB (Red+Green+Blue) = 119+169+205=493 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.14% from 493); Green value is 169 (66.41% from 255 or 34.28% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 205 - color contains mainly: blue. Hex color #77A9CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A9CD is #885632. Grayscale: #9D9D9D. Windows color (decimal): -8934963 or 13478263. OLE color: 13478263.
HSL color Cylindrical-coordinate representation of color #77A9CD: hue angle of 205.12º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77A9CD is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 169 | 205 | - |
| CMYK | 0.42 | 0.18 | 0 | 0.20 |
| HSL | 205.12º | 0.46% | 0.64% | - |
| HSV(B) | 205.12º | 0.42% | 0.8% | - |
| XYZ | 32.82 | 36.71 | 63.11 | - |
| YUV | 158.15 | 154.44 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 169 | 205 | 0.42 | 0.18 | 0 | 0.20 | 205.12 | 0.46 | 0.64 |
| Hex | 77 | A9 | CD | 2A | 12 | 0 | 14 | CD | 2E | 40 |
| Octal | 167 | 251 | 315 | 52 | 22 | 0 | 24 | 315 | 56 | 100 |
| Binary | 1110111 | 10101001 | 11001101 | 101010 | 10010 | 0 | 10100 | 11001101 | 101110 | 1000000 |
Color Harmonies of #77A9CD
Complementary color
Monochromatic Colors of #77A9CD
Black with #77A9CD
Text Example
Text Example
White with #77A9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A9CD; }
p { color: rgb(119,169,205); }
H1.HeaderClassName
{
color: #77A9CD;
}
.AnyTagClassName
{
color: #77A9CD;
}
</style>
background-color css
<style>
a { background-color: #77A9CD; }
a { background-color: rgb(119,169,205); }
div.DivClassName
{
background-color: #77A9CD;
}
.BgClassName
{
background-color: #77A9CD;
}
</style>
border-color css
<style>
span { border-color: #77A9CD; }
span { border-color: rgb(119,169,205); }
td.TdClassName
{
border-color: #77A9CD;
}
.TagClassName
{
border-color: #77A9CD;
}
</style>