Shades of Seagull #77C0CE
Tints of Seagull #77C0CE
RGB
CMYK
RGB Variations
Color information
#77C0CE (or 0x77C0CE) is known color: Seagull. HEX triplet: 77, C0 and CE. RGB value is (119,192,206). Sum of RGB (Red+Green+Blue) = 119+192+206=517 (68% of max value = 765). Red value is 119 (46.88% from 255 or 23.02% from 517); Green value is 192 (75.39% from 255 or 37.14% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 206 - color contains mainly: blue. Hex color #77C0CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77C0CE is #883F31. Grayscale: #ABABAB. Windows color (decimal): -8929074 or 13549687. OLE color: 13549687.
HSL color Cylindrical-coordinate representation of color #77C0CE: hue angle of 189.66º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77C0CE is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 192 | 206 | - |
| CMYK | 0.42 | 0.07 | 0 | 0.19 |
| HSL | 189.66º | 0.47% | 0.64% | - |
| HSV(B) | 189.66º | 0.42% | 0.81% | - |
| XYZ | 37.6 | 46.08 | 65.3 | - |
| YUV | 171.77 | 147.32 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 192 | 206 | 0.42 | 0.07 | 0 | 0.19 | 189.66 | 0.47 | 0.64 |
| Hex | 77 | C0 | CE | 2A | 7 | 0 | 13 | BE | 2F | 40 |
| Octal | 167 | 300 | 316 | 52 | 7 | 0 | 23 | 276 | 57 | 100 |
| Binary | 1110111 | 11000000 | 11001110 | 101010 | 111 | 0 | 10011 | 10111110 | 101111 | 1000000 |
Color Harmonies of #77C0CE
Complementary color
Monochromatic Colors of #77C0CE
Black with #77C0CE
Text Example
Text Example
White with #77C0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C0CE; }
p { color: rgb(119,192,206); }
H1.HeaderClassName
{
color: #77C0CE;
}
.AnyTagClassName
{
color: #77C0CE;
}
</style>
background-color css
<style>
a { background-color: #77C0CE; }
a { background-color: rgb(119,192,206); }
div.DivClassName
{
background-color: #77C0CE;
}
.BgClassName
{
background-color: #77C0CE;
}
</style>
border-color css
<style>
span { border-color: #77C0CE; }
span { border-color: rgb(119,192,206); }
td.TdClassName
{
border-color: #77C0CE;
}
.TagClassName
{
border-color: #77C0CE;
}
</style>