Shades of Seagull #77C3CB
Tints of Seagull #77C3CB
RGB
CMYK
RGB Variations
Color information
#77C3CB (or 0x77C3CB) is known color: Seagull. HEX triplet: 77, C3 and CB. RGB value is (119,195,203). Sum of RGB (Red+Green+Blue) = 119+195+203=517 (68% of max value = 765). Red value is 119 (46.88% from 255 or 23.02% from 517); Green value is 195 (76.56% from 255 or 37.72% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 203 - color contains mainly: blue. Hex color #77C3CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77C3CB is #883C34. Grayscale: #ADADAD. Windows color (decimal): -8928309 or 13353847. OLE color: 13353847.
HSL color Cylindrical-coordinate representation of color #77C3CB: hue angle of 185.71º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #77C3CB is Cyan = 0.41, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 195 | 203 | - |
| CMYK | 0.41 | 0.04 | 0 | 0.20 |
| HSL | 185.71º | 0.45% | 0.63% | - |
| HSV(B) | 185.71º | 0.41% | 0.8% | - |
| XYZ | 37.9 | 47.26 | 63.63 | - |
| YUV | 173.19 | 144.82 | 89.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 195 | 203 | 0.41 | 0.04 | 0 | 0.20 | 185.71 | 0.45 | 0.63 |
| Hex | 77 | C3 | CB | 29 | 4 | 0 | 14 | BA | 2D | 3F |
| Octal | 167 | 303 | 313 | 51 | 4 | 0 | 24 | 272 | 55 | 77 |
| Binary | 1110111 | 11000011 | 11001011 | 101001 | 100 | 0 | 10100 | 10111010 | 101101 | 111111 |
Color Harmonies of #77C3CB
Complementary color
Monochromatic Colors of #77C3CB
Black with #77C3CB
Text Example
Text Example
White with #77C3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C3CB; }
p { color: rgb(119,195,203); }
H1.HeaderClassName
{
color: #77C3CB;
}
.AnyTagClassName
{
color: #77C3CB;
}
</style>
background-color css
<style>
a { background-color: #77C3CB; }
a { background-color: rgb(119,195,203); }
div.DivClassName
{
background-color: #77C3CB;
}
.BgClassName
{
background-color: #77C3CB;
}
</style>
border-color css
<style>
span { border-color: #77C3CB; }
span { border-color: rgb(119,195,203); }
td.TdClassName
{
border-color: #77C3CB;
}
.TagClassName
{
border-color: #77C3CB;
}
</style>