Shades of Seagull #77B7DB
Tints of Seagull #77B7DB
RGB
CMYK
RGB Variations
Color information
#77B7DB (or 0x77B7DB) is known color: Seagull. HEX triplet: 77, B7 and DB. RGB value is (119,183,219). Sum of RGB (Red+Green+Blue) = 119+183+219=521 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.84% from 521); Green value is 183 (71.88% from 255 or 35.12% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #77B7DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77B7DB is #884824. Grayscale: #A7A7A7. Windows color (decimal): -8931365 or 14399351. OLE color: 14399351.
HSL color Cylindrical-coordinate representation of color #77B7DB: hue angle of 201.6º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77B7DB is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 183 | 219 | - |
| CMYK | 0.46 | 0.16 | 0 | 0.14 |
| HSL | 201.6º | 0.58% | 0.66% | - |
| HSV(B) | 201.6º | 0.46% | 0.86% | - |
| XYZ | 37.33 | 42.9 | 73.33 | - |
| YUV | 167.97 | 156.8 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 183 | 219 | 0.46 | 0.16 | 0 | 0.14 | 201.6 | 0.58 | 0.66 |
| Hex | 77 | B7 | DB | 2E | 10 | 0 | E | CA | 3A | 42 |
| Octal | 167 | 267 | 333 | 56 | 20 | 0 | 16 | 312 | 72 | 102 |
| Binary | 1110111 | 10110111 | 11011011 | 101110 | 10000 | 0 | 1110 | 11001010 | 111010 | 1000010 |
Color Harmonies of #77B7DB
Complementary color
Monochromatic Colors of #77B7DB
Black with #77B7DB
Text Example
Text Example
White with #77B7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B7DB; }
p { color: rgb(119,183,219); }
H1.HeaderClassName
{
color: #77B7DB;
}
.AnyTagClassName
{
color: #77B7DB;
}
</style>
background-color css
<style>
a { background-color: #77B7DB; }
a { background-color: rgb(119,183,219); }
div.DivClassName
{
background-color: #77B7DB;
}
.BgClassName
{
background-color: #77B7DB;
}
</style>
border-color css
<style>
span { border-color: #77B7DB; }
span { border-color: rgb(119,183,219); }
td.TdClassName
{
border-color: #77B7DB;
}
.TagClassName
{
border-color: #77B7DB;
}
</style>