Shades of Seagull #77BBCB
Tints of Seagull #77BBCB
RGB
CMYK
RGB Variations
Color information
#77BBCB (or 0x77BBCB) is known color: Seagull. HEX triplet: 77, BB and CB. RGB value is (119,187,203). Sum of RGB (Red+Green+Blue) = 119+187+203=509 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.38% from 509); Green value is 187 (73.44% from 255 or 36.74% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 203 - color contains mainly: blue. Hex color #77BBCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BBCB is #884434. Grayscale: #A8A8A8. Windows color (decimal): -8930357 or 13351799. OLE color: 13351799.
HSL color Cylindrical-coordinate representation of color #77BBCB: hue angle of 191.43º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #77BBCB is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 187 | 203 | - |
| CMYK | 0.41 | 0.08 | 0 | 0.20 |
| HSL | 191.43º | 0.45% | 0.63% | - |
| HSV(B) | 191.43º | 0.41% | 0.8% | - |
| XYZ | 36.16 | 43.77 | 63.04 | - |
| YUV | 168.49 | 147.47 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 187 | 203 | 0.41 | 0.08 | 0 | 0.20 | 191.43 | 0.45 | 0.63 |
| Hex | 77 | BB | CB | 29 | 8 | 0 | 14 | BF | 2D | 3F |
| Octal | 167 | 273 | 313 | 51 | 10 | 0 | 24 | 277 | 55 | 77 |
| Binary | 1110111 | 10111011 | 11001011 | 101001 | 1000 | 0 | 10100 | 10111111 | 101101 | 111111 |
Color Harmonies of #77BBCB
Complementary color
Monochromatic Colors of #77BBCB
Black with #77BBCB
Text Example
Text Example
White with #77BBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BBCB; }
p { color: rgb(119,187,203); }
H1.HeaderClassName
{
color: #77BBCB;
}
.AnyTagClassName
{
color: #77BBCB;
}
</style>
background-color css
<style>
a { background-color: #77BBCB; }
a { background-color: rgb(119,187,203); }
div.DivClassName
{
background-color: #77BBCB;
}
.BgClassName
{
background-color: #77BBCB;
}
</style>
border-color css
<style>
span { border-color: #77BBCB; }
span { border-color: rgb(119,187,203); }
td.TdClassName
{
border-color: #77BBCB;
}
.TagClassName
{
border-color: #77BBCB;
}
</style>