Shades of Seagull #77C1CD
Tints of Seagull #77C1CD
RGB
CMYK
RGB Variations
Color information
#77C1CD (or 0x77C1CD) is known color: Seagull. HEX triplet: 77, C1 and CD. RGB value is (119,193,205). Sum of RGB (Red+Green+Blue) = 119+193+205=517 (68% of max value = 765). Red value is 119 (46.88% from 255 or 23.02% from 517); Green value is 193 (75.78% from 255 or 37.33% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 205 - color contains mainly: blue. Hex color #77C1CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77C1CD is #883E32. Grayscale: #ACACAC. Windows color (decimal): -8928819 or 13484407. OLE color: 13484407.
HSL color Cylindrical-coordinate representation of color #77C1CD: hue angle of 188.37º 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 #77C1CD is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 193 | 205 | - |
| CMYK | 0.42 | 0.06 | 0 | 0.20 |
| HSL | 188.37º | 0.46% | 0.64% | - |
| HSV(B) | 188.37º | 0.42% | 0.8% | - |
| XYZ | 37.7 | 46.47 | 64.74 | - |
| YUV | 172.24 | 146.48 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 193 | 205 | 0.42 | 0.06 | 0 | 0.20 | 188.37 | 0.46 | 0.64 |
| Hex | 77 | C1 | CD | 2A | 6 | 0 | 14 | BC | 2E | 40 |
| Octal | 167 | 301 | 315 | 52 | 6 | 0 | 24 | 274 | 56 | 100 |
| Binary | 1110111 | 11000001 | 11001101 | 101010 | 110 | 0 | 10100 | 10111100 | 101110 | 1000000 |
Color Harmonies of #77C1CD
Complementary color
Monochromatic Colors of #77C1CD
Black with #77C1CD
Text Example
Text Example
White with #77C1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C1CD; }
p { color: rgb(119,193,205); }
H1.HeaderClassName
{
color: #77C1CD;
}
.AnyTagClassName
{
color: #77C1CD;
}
</style>
background-color css
<style>
a { background-color: #77C1CD; }
a { background-color: rgb(119,193,205); }
div.DivClassName
{
background-color: #77C1CD;
}
.BgClassName
{
background-color: #77C1CD;
}
</style>
border-color css
<style>
span { border-color: #77C1CD; }
span { border-color: rgb(119,193,205); }
td.TdClassName
{
border-color: #77C1CD;
}
.TagClassName
{
border-color: #77C1CD;
}
</style>