Shades of Seagull #77B6DB
Tints of Seagull #77B6DB
RGB
CMYK
RGB Variations
Color information
#77B6DB (or 0x77B6DB) is known color: Seagull. HEX triplet: 77, B6 and DB. RGB value is (119,182,219). Sum of RGB (Red+Green+Blue) = 119+182+219=520 (68% of max value = 765). Red value is 119 (46.88% from 255 or 22.88% from 520); Green value is 182 (71.48% from 255 or 35% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #77B6DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77B6DB is #884924. Grayscale: #A7A7A7. Windows color (decimal): -8931621 or 14399095. OLE color: 14399095.
HSL color Cylindrical-coordinate representation of color #77B6DB: hue angle of 202.2º 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 #77B6DB is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 182 | 219 | - |
| CMYK | 0.46 | 0.17 | 0 | 0.14 |
| HSL | 202.2º | 0.58% | 0.66% | - |
| HSV(B) | 202.2º | 0.46% | 0.86% | - |
| XYZ | 37.12 | 42.49 | 73.26 | - |
| YUV | 167.38 | 157.13 | 93.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 182 | 219 | 0.46 | 0.17 | 0 | 0.14 | 202.2 | 0.58 | 0.66 |
| Hex | 77 | B6 | DB | 2E | 11 | 0 | E | CA | 3A | 42 |
| Octal | 167 | 266 | 333 | 56 | 21 | 0 | 16 | 312 | 72 | 102 |
| Binary | 1110111 | 10110110 | 11011011 | 101110 | 10001 | 0 | 1110 | 11001010 | 111010 | 1000010 |
Color Harmonies of #77B6DB
Complementary color
Monochromatic Colors of #77B6DB
Black with #77B6DB
Text Example
Text Example
White with #77B6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B6DB; }
p { color: rgb(119,182,219); }
H1.HeaderClassName
{
color: #77B6DB;
}
.AnyTagClassName
{
color: #77B6DB;
}
</style>
background-color css
<style>
a { background-color: #77B6DB; }
a { background-color: rgb(119,182,219); }
div.DivClassName
{
background-color: #77B6DB;
}
.BgClassName
{
background-color: #77B6DB;
}
</style>
border-color css
<style>
span { border-color: #77B6DB; }
span { border-color: rgb(119,182,219); }
td.TdClassName
{
border-color: #77B6DB;
}
.TagClassName
{
border-color: #77B6DB;
}
</style>