Shades of Seagull #76B0CA
Tints of Seagull #76B0CA
RGB
CMYK
RGB Variations
Color information
#76B0CA (or 0x76B0CA) is known color: Seagull. HEX triplet: 76, B0 and CA. RGB value is (118,176,202). Sum of RGB (Red+Green+Blue) = 118+176+202=496 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.79% from 496); Green value is 176 (69.14% from 255 or 35.48% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 202 - color contains mainly: blue. Hex color #76B0CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76B0CA is #894F35. Grayscale: #A1A1A1. Windows color (decimal): -8998710 or 13283446. OLE color: 13283446.
HSL color Cylindrical-coordinate representation of color #76B0CA: hue angle of 198.57º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76B0CA is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 118 | 176 | 202 | - |
| CMYK | 0.42 | 0.13 | 0 | 0.21 |
| HSL | 198.57º | 0.44% | 0.63% | - |
| HSV(B) | 198.57º | 0.42% | 0.79% | - |
| XYZ | 33.66 | 39.17 | 61.66 | - |
| YUV | 161.62 | 150.78 | 96.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 176 | 202 | 0.42 | 0.13 | 0 | 0.21 | 198.57 | 0.44 | 0.63 |
| Hex | 76 | B0 | CA | 2A | D | 0 | 15 | C7 | 2C | 3F |
| Octal | 166 | 260 | 312 | 52 | 15 | 0 | 25 | 307 | 54 | 77 |
| Binary | 1110110 | 10110000 | 11001010 | 101010 | 1101 | 0 | 10101 | 11000111 | 101100 | 111111 |
Color Harmonies of #76B0CA
Complementary color
Monochromatic Colors of #76B0CA
Black with #76B0CA
Text Example
Text Example
White with #76B0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B0CA; }
p { color: rgb(118,176,202); }
H1.HeaderClassName
{
color: #76B0CA;
}
.AnyTagClassName
{
color: #76B0CA;
}
</style>
background-color css
<style>
a { background-color: #76B0CA; }
a { background-color: rgb(118,176,202); }
div.DivClassName
{
background-color: #76B0CA;
}
.BgClassName
{
background-color: #76B0CA;
}
</style>
border-color css
<style>
span { border-color: #76B0CA; }
span { border-color: rgb(118,176,202); }
td.TdClassName
{
border-color: #76B0CA;
}
.TagClassName
{
border-color: #76B0CA;
}
</style>