Shades of Seagull #77BEC9
Tints of Seagull #77BEC9
RGB
CMYK
RGB Variations
Color information
#77BEC9 (or 0x77BEC9) is known color: Seagull. HEX triplet: 77, BE and C9. RGB value is (119,190,201). Sum of RGB (Red+Green+Blue) = 119+190+201=510 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.33% from 510); Green value is 190 (74.61% from 255 or 37.25% from 510); Blue value is 201 (78.91% from 255 or 39.41% from 510); Max value from RGB is 201 - color contains mainly: blue. Hex color #77BEC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BEC9 is #884136. Grayscale: #A9A9A9. Windows color (decimal): -8929591 or 13221495. OLE color: 13221495.
HSL color Cylindrical-coordinate representation of color #77BEC9: hue angle of 188.05º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #77BEC9 is Cyan = 0.41, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 119 | 190 | 201 | - |
| CMYK | 0.41 | 0.05 | 0 | 0.21 |
| HSL | 188.05º | 0.43% | 0.63% | - |
| HSV(B) | 188.05º | 0.41% | 0.79% | - |
| XYZ | 36.56 | 44.97 | 62.01 | - |
| YUV | 170.03 | 145.48 | 91.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 190 | 201 | 0.41 | 0.05 | 0 | 0.21 | 188.05 | 0.43 | 0.63 |
| Hex | 77 | BE | C9 | 29 | 5 | 0 | 15 | BC | 2B | 3F |
| Octal | 167 | 276 | 311 | 51 | 5 | 0 | 25 | 274 | 53 | 77 |
| Binary | 1110111 | 10111110 | 11001001 | 101001 | 101 | 0 | 10101 | 10111100 | 101011 | 111111 |
Color Harmonies of #77BEC9
Complementary color
Monochromatic Colors of #77BEC9
Black with #77BEC9
Text Example
Text Example
White with #77BEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BEC9; }
p { color: rgb(119,190,201); }
H1.HeaderClassName
{
color: #77BEC9;
}
.AnyTagClassName
{
color: #77BEC9;
}
</style>
background-color css
<style>
a { background-color: #77BEC9; }
a { background-color: rgb(119,190,201); }
div.DivClassName
{
background-color: #77BEC9;
}
.BgClassName
{
background-color: #77BEC9;
}
</style>
border-color css
<style>
span { border-color: #77BEC9; }
span { border-color: rgb(119,190,201); }
td.TdClassName
{
border-color: #77BEC9;
}
.TagClassName
{
border-color: #77BEC9;
}
</style>