Shades of Seagull #76B7D9
Tints of Seagull #76B7D9
RGB
CMYK
RGB Variations
Color information
#76B7D9 (or 0x76B7D9) is known color: Seagull. HEX triplet: 76, B7 and D9. RGB value is (118,183,217). Sum of RGB (Red+Green+Blue) = 118+183+217=518 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.78% from 518); Green value is 183 (71.88% from 255 or 35.33% from 518); Blue value is 217 (85.16% from 255 or 41.89% from 518); Max value from RGB is 217 - color contains mainly: blue. Hex color #76B7D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76B7D9 is #894826. Grayscale: #A7A7A7. Windows color (decimal): -8996903 or 14268278. OLE color: 14268278.
HSL color Cylindrical-coordinate representation of color #76B7D9: hue angle of 200.61º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76B7D9 is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 183 | 217 | - |
| CMYK | 0.46 | 0.16 | 0 | 0.15 |
| HSL | 200.61º | 0.57% | 0.66% | - |
| HSV(B) | 200.61º | 0.46% | 0.85% | - |
| XYZ | 36.93 | 42.73 | 71.95 | - |
| YUV | 167.44 | 155.97 | 92.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 183 | 217 | 0.46 | 0.16 | 0 | 0.15 | 200.61 | 0.57 | 0.66 |
| Hex | 76 | B7 | D9 | 2E | 10 | 0 | F | C9 | 39 | 42 |
| Octal | 166 | 267 | 331 | 56 | 20 | 0 | 17 | 311 | 71 | 102 |
| Binary | 1110110 | 10110111 | 11011001 | 101110 | 10000 | 0 | 1111 | 11001001 | 111001 | 1000010 |
Color Harmonies of #76B7D9
Complementary color
Monochromatic Colors of #76B7D9
Black with #76B7D9
Text Example
Text Example
White with #76B7D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B7D9; }
p { color: rgb(118,183,217); }
H1.HeaderClassName
{
color: #76B7D9;
}
.AnyTagClassName
{
color: #76B7D9;
}
</style>
background-color css
<style>
a { background-color: #76B7D9; }
a { background-color: rgb(118,183,217); }
div.DivClassName
{
background-color: #76B7D9;
}
.BgClassName
{
background-color: #76B7D9;
}
</style>
border-color css
<style>
span { border-color: #76B7D9; }
span { border-color: rgb(118,183,217); }
td.TdClassName
{
border-color: #76B7D9;
}
.TagClassName
{
border-color: #76B7D9;
}
</style>