Shades of Seagull #77C0CD
Tints of Seagull #77C0CD
RGB
CMYK
RGB Variations
Color information
#77C0CD (or 0x77C0CD) is known color: Seagull. HEX triplet: 77, C0 and CD. RGB value is (119,192,205). Sum of RGB (Red+Green+Blue) = 119+192+205=516 (68% of max value = 765). Red value is 119 (46.88% from 255 or 23.06% from 516); Green value is 192 (75.39% from 255 or 37.21% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 205 - color contains mainly: blue. Hex color #77C0CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77C0CD is #883F32. Grayscale: #ABABAB. Windows color (decimal): -8929075 or 13484151. OLE color: 13484151.
HSL color Cylindrical-coordinate representation of color #77C0CD: hue angle of 189.07º 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 #77C0CD is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 192 | 205 | - |
| CMYK | 0.42 | 0.06 | 0 | 0.20 |
| HSL | 189.07º | 0.46% | 0.64% | - |
| HSV(B) | 189.07º | 0.42% | 0.8% | - |
| XYZ | 37.48 | 46.03 | 64.67 | - |
| YUV | 171.66 | 146.82 | 90.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 192 | 205 | 0.42 | 0.06 | 0 | 0.20 | 189.07 | 0.46 | 0.64 |
| Hex | 77 | C0 | CD | 2A | 6 | 0 | 14 | BD | 2E | 40 |
| Octal | 167 | 300 | 315 | 52 | 6 | 0 | 24 | 275 | 56 | 100 |
| Binary | 1110111 | 11000000 | 11001101 | 101010 | 110 | 0 | 10100 | 10111101 | 101110 | 1000000 |
Color Harmonies of #77C0CD
Complementary color
Monochromatic Colors of #77C0CD
Black with #77C0CD
Text Example
Text Example
White with #77C0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C0CD; }
p { color: rgb(119,192,205); }
H1.HeaderClassName
{
color: #77C0CD;
}
.AnyTagClassName
{
color: #77C0CD;
}
</style>
background-color css
<style>
a { background-color: #77C0CD; }
a { background-color: rgb(119,192,205); }
div.DivClassName
{
background-color: #77C0CD;
}
.BgClassName
{
background-color: #77C0CD;
}
</style>
border-color css
<style>
span { border-color: #77C0CD; }
span { border-color: rgb(119,192,205); }
td.TdClassName
{
border-color: #77C0CD;
}
.TagClassName
{
border-color: #77C0CD;
}
</style>