Shades of Seagull #76BCD7
Tints of Seagull #76BCD7
RGB
CMYK
RGB Variations
Color information
#76BCD7 (or 0x76BCD7) is known color: Seagull. HEX triplet: 76, BC and D7. RGB value is (118,188,215). Sum of RGB (Red+Green+Blue) = 118+188+215=521 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.65% from 521); Green value is 188 (73.83% from 255 or 36.08% from 521); Blue value is 215 (84.38% from 255 or 41.27% from 521); Max value from RGB is 215 - color contains mainly: blue. Hex color #76BCD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BCD7 is #894328. Grayscale: #A9A9A9. Windows color (decimal): -8995625 or 14138486. OLE color: 14138486.
HSL color Cylindrical-coordinate representation of color #76BCD7: hue angle of 196.7º 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 #76BCD7 is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 118 | 188 | 215 | - |
| CMYK | 0.45 | 0.13 | 0 | 0.16 |
| HSL | 196.7º | 0.55% | 0.65% | - |
| HSV(B) | 196.7º | 0.45% | 0.84% | - |
| XYZ | 37.72 | 44.72 | 70.93 | - |
| YUV | 170.15 | 153.31 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 188 | 215 | 0.45 | 0.13 | 0 | 0.16 | 196.7 | 0.55 | 0.65 |
| Hex | 76 | BC | D7 | 2D | D | 0 | 10 | C5 | 37 | 41 |
| Octal | 166 | 274 | 327 | 55 | 15 | 0 | 20 | 305 | 67 | 101 |
| Binary | 1110110 | 10111100 | 11010111 | 101101 | 1101 | 0 | 10000 | 11000101 | 110111 | 1000001 |
Color Harmonies of #76BCD7
Complementary color
Monochromatic Colors of #76BCD7
Black with #76BCD7
Text Example
Text Example
White with #76BCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BCD7; }
p { color: rgb(118,188,215); }
H1.HeaderClassName
{
color: #76BCD7;
}
.AnyTagClassName
{
color: #76BCD7;
}
</style>
background-color css
<style>
a { background-color: #76BCD7; }
a { background-color: rgb(118,188,215); }
div.DivClassName
{
background-color: #76BCD7;
}
.BgClassName
{
background-color: #76BCD7;
}
</style>
border-color css
<style>
span { border-color: #76BCD7; }
span { border-color: rgb(118,188,215); }
td.TdClassName
{
border-color: #76BCD7;
}
.TagClassName
{
border-color: #76BCD7;
}
</style>