Shades of Seagull #77B5D7
Tints of Seagull #77B5D7
RGB
CMYK
RGB Variations
Color information
#77B5D7 (or 0x77B5D7) is known color: Seagull. HEX triplet: 77, B5 and D7. RGB value is (119,181,215). Sum of RGB (Red+Green+Blue) = 119+181+215=515 (68% of max value = 765). Red value is 119 (46.88% from 255 or 23.11% from 515); Green value is 181 (71.09% from 255 or 35.15% from 515); Blue value is 215 (84.38% from 255 or 41.75% from 515); Max value from RGB is 215 - color contains mainly: blue. Hex color #77B5D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77B5D7 is #884A28. Grayscale: #A6A6A6. Windows color (decimal): -8931881 or 14136695. OLE color: 14136695.
HSL color Cylindrical-coordinate representation of color #77B5D7: hue angle of 201.25º 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 #77B5D7 is Cyan = 0.45, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 119 | 181 | 215 | - |
| CMYK | 0.45 | 0.16 | 0 | 0.16 |
| HSL | 201.25º | 0.55% | 0.65% | - |
| HSV(B) | 201.25º | 0.45% | 0.84% | - |
| XYZ | 36.4 | 41.88 | 70.45 | - |
| YUV | 166.34 | 155.46 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 181 | 215 | 0.45 | 0.16 | 0 | 0.16 | 201.25 | 0.55 | 0.65 |
| Hex | 77 | B5 | D7 | 2D | 10 | 0 | 10 | C9 | 37 | 41 |
| Octal | 167 | 265 | 327 | 55 | 20 | 0 | 20 | 311 | 67 | 101 |
| Binary | 1110111 | 10110101 | 11010111 | 101101 | 10000 | 0 | 10000 | 11001001 | 110111 | 1000001 |
Color Harmonies of #77B5D7
Complementary color
Monochromatic Colors of #77B5D7
Black with #77B5D7
Text Example
Text Example
White with #77B5D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B5D7; }
p { color: rgb(119,181,215); }
H1.HeaderClassName
{
color: #77B5D7;
}
.AnyTagClassName
{
color: #77B5D7;
}
</style>
background-color css
<style>
a { background-color: #77B5D7; }
a { background-color: rgb(119,181,215); }
div.DivClassName
{
background-color: #77B5D7;
}
.BgClassName
{
background-color: #77B5D7;
}
</style>
border-color css
<style>
span { border-color: #77B5D7; }
span { border-color: rgb(119,181,215); }
td.TdClassName
{
border-color: #77B5D7;
}
.TagClassName
{
border-color: #77B5D7;
}
</style>