Shades of Seagull #77BCCE
Tints of Seagull #77BCCE
RGB
CMYK
RGB Variations
Color information
#77BCCE (or 0x77BCCE) is known color: Seagull. HEX triplet: 77, BC and CE. RGB value is (119,188,206). Sum of RGB (Red+Green+Blue) = 119+188+206=513 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.20% from 513); Green value is 188 (73.83% from 255 or 36.65% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 206 - color contains mainly: blue. Hex color #77BCCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BCCE is #884331. Grayscale: #A9A9A9. Windows color (decimal): -8930098 or 13548663. OLE color: 13548663.
HSL color Cylindrical-coordinate representation of color #77BCCE: hue angle of 192.41º 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 #77BCCE is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 188 | 206 | - |
| CMYK | 0.42 | 0.09 | 0 | 0.19 |
| HSL | 192.41º | 0.47% | 0.64% | - |
| HSV(B) | 192.41º | 0.42% | 0.81% | - |
| XYZ | 36.73 | 44.34 | 65.02 | - |
| YUV | 169.42 | 148.64 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 188 | 206 | 0.42 | 0.09 | 0 | 0.19 | 192.41 | 0.47 | 0.64 |
| Hex | 77 | BC | CE | 2A | 9 | 0 | 13 | C0 | 2F | 40 |
| Octal | 167 | 274 | 316 | 52 | 11 | 0 | 23 | 300 | 57 | 100 |
| Binary | 1110111 | 10111100 | 11001110 | 101010 | 1001 | 0 | 10011 | 11000000 | 101111 | 1000000 |
Color Harmonies of #77BCCE
Complementary color
Monochromatic Colors of #77BCCE
Black with #77BCCE
Text Example
Text Example
White with #77BCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BCCE; }
p { color: rgb(119,188,206); }
H1.HeaderClassName
{
color: #77BCCE;
}
.AnyTagClassName
{
color: #77BCCE;
}
</style>
background-color css
<style>
a { background-color: #77BCCE; }
a { background-color: rgb(119,188,206); }
div.DivClassName
{
background-color: #77BCCE;
}
.BgClassName
{
background-color: #77BCCE;
}
</style>
border-color css
<style>
span { border-color: #77BCCE; }
span { border-color: rgb(119,188,206); }
td.TdClassName
{
border-color: #77BCCE;
}
.TagClassName
{
border-color: #77BCCE;
}
</style>