Shades of Seagull #77BFD7
Tints of Seagull #77BFD7
RGB
CMYK
RGB Variations
Color information
#77BFD7 (or 0x77BFD7) is known color: Seagull. HEX triplet: 77, BF and D7. RGB value is (119,191,215). Sum of RGB (Red+Green+Blue) = 119+191+215=525 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.67% from 525); Green value is 191 (75% from 255 or 36.38% from 525); Blue value is 215 (84.38% from 255 or 40.95% from 525); Max value from RGB is 215 - color contains mainly: blue. Hex color #77BFD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BFD7 is #884028. Grayscale: #ACACAC. Windows color (decimal): -8929321 or 14139255. OLE color: 14139255.
HSL color Cylindrical-coordinate representation of color #77BFD7: hue angle of 195º 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 #77BFD7 is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 119 | 191 | 215 | - |
| CMYK | 0.45 | 0.11 | 0 | 0.16 |
| HSL | 195º | 0.55% | 0.65% | - |
| HSV(B) | 195º | 0.45% | 0.84% | - |
| XYZ | 38.5 | 46.09 | 71.16 | - |
| YUV | 172.21 | 152.15 | 90.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 191 | 215 | 0.45 | 0.11 | 0 | 0.16 | 195 | 0.55 | 0.65 |
| Hex | 77 | BF | D7 | 2D | B | 0 | 10 | C3 | 37 | 41 |
| Octal | 167 | 277 | 327 | 55 | 13 | 0 | 20 | 303 | 67 | 101 |
| Binary | 1110111 | 10111111 | 11010111 | 101101 | 1011 | 0 | 10000 | 11000011 | 110111 | 1000001 |
Color Harmonies of #77BFD7
Complementary color
Monochromatic Colors of #77BFD7
Black with #77BFD7
Text Example
Text Example
White with #77BFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BFD7; }
p { color: rgb(119,191,215); }
H1.HeaderClassName
{
color: #77BFD7;
}
.AnyTagClassName
{
color: #77BFD7;
}
</style>
background-color css
<style>
a { background-color: #77BFD7; }
a { background-color: rgb(119,191,215); }
div.DivClassName
{
background-color: #77BFD7;
}
.BgClassName
{
background-color: #77BFD7;
}
</style>
border-color css
<style>
span { border-color: #77BFD7; }
span { border-color: rgb(119,191,215); }
td.TdClassName
{
border-color: #77BFD7;
}
.TagClassName
{
border-color: #77BFD7;
}
</style>