Shades of Seagull #77C2D0
Tints of Seagull #77C2D0
RGB
CMYK
RGB Variations
Color information
#77C2D0 (or 0x77C2D0) is known color: Seagull. HEX triplet: 77, C2 and D0. RGB value is (119,194,208). Sum of RGB (Red+Green+Blue) = 119+194+208=521 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.84% from 521); Green value is 194 (76.17% from 255 or 37.24% from 521); Blue value is 208 (81.64% from 255 or 39.92% from 521); Max value from RGB is 208 - color contains mainly: blue. Hex color #77C2D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77C2D0 is #883D2F. Grayscale: #ADADAD. Windows color (decimal): -8928560 or 13681271. OLE color: 13681271.
HSL color Cylindrical-coordinate representation of color #77C2D0: hue angle of 189.44º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #77C2D0 is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 119 | 194 | 208 | - |
| CMYK | 0.43 | 0.07 | 0 | 0.18 |
| HSL | 189.44º | 0.49% | 0.64% | - |
| HSV(B) | 189.44º | 0.43% | 0.82% | - |
| XYZ | 38.28 | 47.06 | 66.74 | - |
| YUV | 173.17 | 147.65 | 89.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 194 | 208 | 0.43 | 0.07 | 0 | 0.18 | 189.44 | 0.49 | 0.64 |
| Hex | 77 | C2 | D0 | 2B | 7 | 0 | 12 | BD | 31 | 40 |
| Octal | 167 | 302 | 320 | 53 | 7 | 0 | 22 | 275 | 61 | 100 |
| Binary | 1110111 | 11000010 | 11010000 | 101011 | 111 | 0 | 10010 | 10111101 | 110001 | 1000000 |
Color Harmonies of #77C2D0
Complementary color
Monochromatic Colors of #77C2D0
Black with #77C2D0
Text Example
Text Example
White with #77C2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C2D0; }
p { color: rgb(119,194,208); }
H1.HeaderClassName
{
color: #77C2D0;
}
.AnyTagClassName
{
color: #77C2D0;
}
</style>
background-color css
<style>
a { background-color: #77C2D0; }
a { background-color: rgb(119,194,208); }
div.DivClassName
{
background-color: #77C2D0;
}
.BgClassName
{
background-color: #77C2D0;
}
</style>
border-color css
<style>
span { border-color: #77C2D0; }
span { border-color: rgb(119,194,208); }
td.TdClassName
{
border-color: #77C2D0;
}
.TagClassName
{
border-color: #77C2D0;
}
</style>