Shades of Seagull #77B5DB
Tints of Seagull #77B5DB
RGB
CMYK
RGB Variations
Color information
#77B5DB (or 0x77B5DB) is known color: Seagull. HEX triplet: 77, B5 and DB. RGB value is (119,181,219). Sum of RGB (Red+Green+Blue) = 119+181+219=519 (68% of max value = 765). Red value is 119 (46.88% from 255 or 22.93% from 519); Green value is 181 (71.09% from 255 or 34.87% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #77B5DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77B5DB is #884A24. Grayscale: #A6A6A6. Windows color (decimal): -8931877 or 14398839. OLE color: 14398839.
HSL color Cylindrical-coordinate representation of color #77B5DB: hue angle of 202.8º 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 #77B5DB is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 181 | 219 | - |
| CMYK | 0.46 | 0.17 | 0 | 0.14 |
| HSL | 202.8º | 0.58% | 0.66% | - |
| HSV(B) | 202.8º | 0.46% | 0.86% | - |
| XYZ | 36.92 | 42.08 | 73.2 | - |
| YUV | 166.79 | 157.46 | 93.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 181 | 219 | 0.46 | 0.17 | 0 | 0.14 | 202.8 | 0.58 | 0.66 |
| Hex | 77 | B5 | DB | 2E | 11 | 0 | E | CB | 3A | 42 |
| Octal | 167 | 265 | 333 | 56 | 21 | 0 | 16 | 313 | 72 | 102 |
| Binary | 1110111 | 10110101 | 11011011 | 101110 | 10001 | 0 | 1110 | 11001011 | 111010 | 1000010 |
Color Harmonies of #77B5DB
Complementary color
Monochromatic Colors of #77B5DB
Black with #77B5DB
Text Example
Text Example
White with #77B5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B5DB; }
p { color: rgb(119,181,219); }
H1.HeaderClassName
{
color: #77B5DB;
}
.AnyTagClassName
{
color: #77B5DB;
}
</style>
background-color css
<style>
a { background-color: #77B5DB; }
a { background-color: rgb(119,181,219); }
div.DivClassName
{
background-color: #77B5DB;
}
.BgClassName
{
background-color: #77B5DB;
}
</style>
border-color css
<style>
span { border-color: #77B5DB; }
span { border-color: rgb(119,181,219); }
td.TdClassName
{
border-color: #77B5DB;
}
.TagClassName
{
border-color: #77B5DB;
}
</style>