Shades of Seagull #77B2D7
Tints of Seagull #77B2D7
RGB
CMYK
RGB Variations
Color information
#77B2D7 (or 0x77B2D7) is known color: Seagull. HEX triplet: 77, B2 and D7. RGB value is (119,178,215). Sum of RGB (Red+Green+Blue) = 119+178+215=512 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.24% from 512); Green value is 178 (69.92% from 255 or 34.77% from 512); Blue value is 215 (84.38% from 255 or 41.99% from 512); Max value from RGB is 215 - color contains mainly: blue. Hex color #77B2D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77B2D7 is #884D28. Grayscale: #A4A4A4. Windows color (decimal): -8932649 or 14135927. OLE color: 14135927.
HSL color Cylindrical-coordinate representation of color #77B2D7: hue angle of 203.12º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77B2D7 is Cyan = 0.45, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 119 | 178 | 215 | - |
| CMYK | 0.45 | 0.17 | 0 | 0.16 |
| HSL | 203.13º | 0.55% | 0.65% | - |
| HSV(B) | 203.13º | 0.45% | 0.84% | - |
| XYZ | 35.79 | 40.67 | 70.25 | - |
| YUV | 164.58 | 156.45 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 178 | 215 | 0.45 | 0.17 | 0 | 0.16 | 203.13 | 0.55 | 0.65 |
| Hex | 77 | B2 | D7 | 2D | 11 | 0 | 10 | CB | 37 | 41 |
| Octal | 167 | 262 | 327 | 55 | 21 | 0 | 20 | 313 | 67 | 101 |
| Binary | 1110111 | 10110010 | 11010111 | 101101 | 10001 | 0 | 10000 | 11001011 | 110111 | 1000001 |
Color Harmonies of #77B2D7
Complementary color
Monochromatic Colors of #77B2D7
Black with #77B2D7
Text Example
Text Example
White with #77B2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B2D7; }
p { color: rgb(119,178,215); }
H1.HeaderClassName
{
color: #77B2D7;
}
.AnyTagClassName
{
color: #77B2D7;
}
</style>
background-color css
<style>
a { background-color: #77B2D7; }
a { background-color: rgb(119,178,215); }
div.DivClassName
{
background-color: #77B2D7;
}
.BgClassName
{
background-color: #77B2D7;
}
</style>
border-color css
<style>
span { border-color: #77B2D7; }
span { border-color: rgb(119,178,215); }
td.TdClassName
{
border-color: #77B2D7;
}
.TagClassName
{
border-color: #77B2D7;
}
</style>