Shades of Seagull #77B7DA
Tints of Seagull #77B7DA
RGB
CMYK
RGB Variations
Color information
#77B7DA (or 0x77B7DA) is known color: Seagull. HEX triplet: 77, B7 and DA. RGB value is (119,183,218). Sum of RGB (Red+Green+Blue) = 119+183+218=520 (68% of max value = 765). Red value is 119 (46.88% from 255 or 22.88% from 520); Green value is 183 (71.88% from 255 or 35.19% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 218 - color contains mainly: blue. Hex color #77B7DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77B7DA is #884825. Grayscale: #A7A7A7. Windows color (decimal): -8931366 or 14333815. OLE color: 14333815.
HSL color Cylindrical-coordinate representation of color #77B7DA: hue angle of 201.21º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77B7DA is Cyan = 0.45, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 183 | 218 | - |
| CMYK | 0.45 | 0.16 | 0 | 0.15 |
| HSL | 201.21º | 0.57% | 0.66% | - |
| HSV(B) | 201.21º | 0.45% | 0.85% | - |
| XYZ | 37.2 | 42.85 | 72.64 | - |
| YUV | 167.85 | 156.3 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 183 | 218 | 0.45 | 0.16 | 0 | 0.15 | 201.21 | 0.57 | 0.66 |
| Hex | 77 | B7 | DA | 2D | 10 | 0 | F | C9 | 39 | 42 |
| Octal | 167 | 267 | 332 | 55 | 20 | 0 | 17 | 311 | 71 | 102 |
| Binary | 1110111 | 10110111 | 11011010 | 101101 | 10000 | 0 | 1111 | 11001001 | 111001 | 1000010 |
Color Harmonies of #77B7DA
Complementary color
Monochromatic Colors of #77B7DA
Black with #77B7DA
Text Example
Text Example
White with #77B7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B7DA; }
p { color: rgb(119,183,218); }
H1.HeaderClassName
{
color: #77B7DA;
}
.AnyTagClassName
{
color: #77B7DA;
}
</style>
background-color css
<style>
a { background-color: #77B7DA; }
a { background-color: rgb(119,183,218); }
div.DivClassName
{
background-color: #77B7DA;
}
.BgClassName
{
background-color: #77B7DA;
}
</style>
border-color css
<style>
span { border-color: #77B7DA; }
span { border-color: rgb(119,183,218); }
td.TdClassName
{
border-color: #77B7DA;
}
.TagClassName
{
border-color: #77B7DA;
}
</style>