Shades of Seagull #77B3D7
Tints of Seagull #77B3D7
RGB
CMYK
RGB Variations
Color information
#77B3D7 (or 0x77B3D7) is known color: Seagull. HEX triplet: 77, B3 and D7. RGB value is (119,179,215). Sum of RGB (Red+Green+Blue) = 119+179+215=513 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.20% from 513); Green value is 179 (70.31% from 255 or 34.89% from 513); Blue value is 215 (84.38% from 255 or 41.91% from 513); Max value from RGB is 215 - color contains mainly: blue. Hex color #77B3D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77B3D7 is #884C28. Grayscale: #A4A4A4. Windows color (decimal): -8932393 or 14136183. OLE color: 14136183.
HSL color Cylindrical-coordinate representation of color #77B3D7: hue angle of 202.5º 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 #77B3D7 is Cyan = 0.45, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 119 | 179 | 215 | - |
| CMYK | 0.45 | 0.17 | 0 | 0.16 |
| HSL | 202.5º | 0.55% | 0.65% | - |
| HSV(B) | 202.5º | 0.45% | 0.84% | - |
| XYZ | 35.99 | 41.07 | 70.32 | - |
| YUV | 165.16 | 156.12 | 95.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 179 | 215 | 0.45 | 0.17 | 0 | 0.16 | 202.5 | 0.55 | 0.65 |
| Hex | 77 | B3 | D7 | 2D | 11 | 0 | 10 | CA | 37 | 41 |
| Octal | 167 | 263 | 327 | 55 | 21 | 0 | 20 | 312 | 67 | 101 |
| Binary | 1110111 | 10110011 | 11010111 | 101101 | 10001 | 0 | 10000 | 11001010 | 110111 | 1000001 |
Color Harmonies of #77B3D7
Complementary color
Monochromatic Colors of #77B3D7
Black with #77B3D7
Text Example
Text Example
White with #77B3D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B3D7; }
p { color: rgb(119,179,215); }
H1.HeaderClassName
{
color: #77B3D7;
}
.AnyTagClassName
{
color: #77B3D7;
}
</style>
background-color css
<style>
a { background-color: #77B3D7; }
a { background-color: rgb(119,179,215); }
div.DivClassName
{
background-color: #77B3D7;
}
.BgClassName
{
background-color: #77B3D7;
}
</style>
border-color css
<style>
span { border-color: #77B3D7; }
span { border-color: rgb(119,179,215); }
td.TdClassName
{
border-color: #77B3D7;
}
.TagClassName
{
border-color: #77B3D7;
}
</style>