Shades of Seagull #77BBC8
Tints of Seagull #77BBC8
RGB
CMYK
RGB Variations
Color information
#77BBC8 (or 0x77BBC8) is known color: Seagull. HEX triplet: 77, BB and C8. RGB value is (119,187,200). Sum of RGB (Red+Green+Blue) = 119+187+200=506 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.52% from 506); Green value is 187 (73.44% from 255 or 36.96% from 506); Blue value is 200 (78.52% from 255 or 39.53% from 506); Max value from RGB is 200 - color contains mainly: blue. Hex color #77BBC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BBC8 is #884437. Grayscale: #A8A8A8. Windows color (decimal): -8930360 or 13155191. OLE color: 13155191.
HSL color Cylindrical-coordinate representation of color #77BBC8: hue angle of 189.63º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #77BBC8 is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 119 | 187 | 200 | - |
| CMYK | 0.40 | 0.06 | 0 | 0.22 |
| HSL | 189.63º | 0.42% | 0.63% | - |
| HSV(B) | 189.63º | 0.41% | 0.78% | - |
| XYZ | 35.8 | 43.63 | 61.18 | - |
| YUV | 168.15 | 145.97 | 92.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 187 | 200 | 0.40 | 0.06 | 0 | 0.22 | 189.63 | 0.42 | 0.63 |
| Hex | 77 | BB | C8 | 28 | 6 | 0 | 16 | BE | 2A | 3F |
| Octal | 167 | 273 | 310 | 50 | 6 | 0 | 26 | 276 | 52 | 77 |
| Binary | 1110111 | 10111011 | 11001000 | 101000 | 110 | 0 | 10110 | 10111110 | 101010 | 111111 |
Color Harmonies of #77BBC8
Complementary color
Monochromatic Colors of #77BBC8
Black with #77BBC8
Text Example
Text Example
White with #77BBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BBC8; }
p { color: rgb(119,187,200); }
H1.HeaderClassName
{
color: #77BBC8;
}
.AnyTagClassName
{
color: #77BBC8;
}
</style>
background-color css
<style>
a { background-color: #77BBC8; }
a { background-color: rgb(119,187,200); }
div.DivClassName
{
background-color: #77BBC8;
}
.BgClassName
{
background-color: #77BBC8;
}
</style>
border-color css
<style>
span { border-color: #77BBC8; }
span { border-color: rgb(119,187,200); }
td.TdClassName
{
border-color: #77BBC8;
}
.TagClassName
{
border-color: #77BBC8;
}
</style>