Shades of Seagull #76BBD7
Tints of Seagull #76BBD7
RGB
CMYK
RGB Variations
Color information
#76BBD7 (or 0x76BBD7) is known color: Seagull. HEX triplet: 76, BB and D7. RGB value is (118,187,215). Sum of RGB (Red+Green+Blue) = 118+187+215=520 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.69% from 520); Green value is 187 (73.44% from 255 or 35.96% from 520); Blue value is 215 (84.38% from 255 or 41.35% from 520); Max value from RGB is 215 - color contains mainly: blue. Hex color #76BBD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BBD7 is #894428. Grayscale: #A9A9A9. Windows color (decimal): -8995881 or 14138230. OLE color: 14138230.
HSL color Cylindrical-coordinate representation of color #76BBD7: hue angle of 197.32º 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 #76BBD7 is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 118 | 187 | 215 | - |
| CMYK | 0.45 | 0.13 | 0 | 0.16 |
| HSL | 197.32º | 0.55% | 0.65% | - |
| HSV(B) | 197.32º | 0.45% | 0.84% | - |
| XYZ | 37.51 | 44.3 | 70.86 | - |
| YUV | 169.56 | 153.64 | 91.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 187 | 215 | 0.45 | 0.13 | 0 | 0.16 | 197.32 | 0.55 | 0.65 |
| Hex | 76 | BB | D7 | 2D | D | 0 | 10 | C5 | 37 | 41 |
| Octal | 166 | 273 | 327 | 55 | 15 | 0 | 20 | 305 | 67 | 101 |
| Binary | 1110110 | 10111011 | 11010111 | 101101 | 1101 | 0 | 10000 | 11000101 | 110111 | 1000001 |
Color Harmonies of #76BBD7
Complementary color
Monochromatic Colors of #76BBD7
Black with #76BBD7
Text Example
Text Example
White with #76BBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BBD7; }
p { color: rgb(118,187,215); }
H1.HeaderClassName
{
color: #76BBD7;
}
.AnyTagClassName
{
color: #76BBD7;
}
</style>
background-color css
<style>
a { background-color: #76BBD7; }
a { background-color: rgb(118,187,215); }
div.DivClassName
{
background-color: #76BBD7;
}
.BgClassName
{
background-color: #76BBD7;
}
</style>
border-color css
<style>
span { border-color: #76BBD7; }
span { border-color: rgb(118,187,215); }
td.TdClassName
{
border-color: #76BBD7;
}
.TagClassName
{
border-color: #76BBD7;
}
</style>