Shades of Seagull #77BBC9
Tints of Seagull #77BBC9
RGB
CMYK
RGB Variations
Color information
#77BBC9 (or 0x77BBC9) is known color: Seagull. HEX triplet: 77, BB and C9. RGB value is (119,187,201). Sum of RGB (Red+Green+Blue) = 119+187+201=507 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.47% from 507); Green value is 187 (73.44% from 255 or 36.88% from 507); Blue value is 201 (78.91% from 255 or 39.64% from 507); Max value from RGB is 201 - color contains mainly: blue. Hex color #77BBC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BBC9 is #884436. Grayscale: #A8A8A8. Windows color (decimal): -8930359 or 13220727. OLE color: 13220727.
HSL color Cylindrical-coordinate representation of color #77BBC9: hue angle of 190.24º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #77BBC9 is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 119 | 187 | 201 | - |
| CMYK | 0.41 | 0.07 | 0 | 0.21 |
| HSL | 190.24º | 0.43% | 0.63% | - |
| HSV(B) | 190.24º | 0.41% | 0.79% | - |
| XYZ | 35.92 | 43.68 | 61.8 | - |
| YUV | 168.26 | 146.47 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 187 | 201 | 0.41 | 0.07 | 0 | 0.21 | 190.24 | 0.43 | 0.63 |
| Hex | 77 | BB | C9 | 29 | 7 | 0 | 15 | BE | 2B | 3F |
| Octal | 167 | 273 | 311 | 51 | 7 | 0 | 25 | 276 | 53 | 77 |
| Binary | 1110111 | 10111011 | 11001001 | 101001 | 111 | 0 | 10101 | 10111110 | 101011 | 111111 |
Color Harmonies of #77BBC9
Complementary color
Monochromatic Colors of #77BBC9
Black with #77BBC9
Text Example
Text Example
White with #77BBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BBC9; }
p { color: rgb(119,187,201); }
H1.HeaderClassName
{
color: #77BBC9;
}
.AnyTagClassName
{
color: #77BBC9;
}
</style>
background-color css
<style>
a { background-color: #77BBC9; }
a { background-color: rgb(119,187,201); }
div.DivClassName
{
background-color: #77BBC9;
}
.BgClassName
{
background-color: #77BBC9;
}
</style>
border-color css
<style>
span { border-color: #77BBC9; }
span { border-color: rgb(119,187,201); }
td.TdClassName
{
border-color: #77BBC9;
}
.TagClassName
{
border-color: #77BBC9;
}
</style>