Shades of Seagull #76ADC7
Tints of Seagull #76ADC7
RGB
CMYK
RGB Variations
Color information
#76ADC7 (or 0x76ADC7) is known color: Seagull. HEX triplet: 76, AD and C7. RGB value is (118,173,199). Sum of RGB (Red+Green+Blue) = 118+173+199=490 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.08% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 199 (78.12% from 255 or 40.61% from 490); Max value from RGB is 199 - color contains mainly: blue. Hex color #76ADC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76ADC7 is #895238. Grayscale: #9F9F9F. Windows color (decimal): -8999481 or 13086070. OLE color: 13086070.
HSL color Cylindrical-coordinate representation of color #76ADC7: hue angle of 199.26º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #76ADC7 is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 173 | 199 | - |
| CMYK | 0.41 | 0.13 | 0 | 0.22 |
| HSL | 199.26º | 0.42% | 0.62% | - |
| HSV(B) | 199.26º | 0.41% | 0.78% | - |
| XYZ | 32.72 | 37.86 | 59.62 | - |
| YUV | 159.52 | 150.28 | 98.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 173 | 199 | 0.41 | 0.13 | 0 | 0.22 | 199.26 | 0.42 | 0.62 |
| Hex | 76 | AD | C7 | 29 | D | 0 | 16 | C7 | 2A | 3E |
| Octal | 166 | 255 | 307 | 51 | 15 | 0 | 26 | 307 | 52 | 76 |
| Binary | 1110110 | 10101101 | 11000111 | 101001 | 1101 | 0 | 10110 | 11000111 | 101010 | 111110 |
Color Harmonies of #76ADC7
Complementary color
Monochromatic Colors of #76ADC7
Black with #76ADC7
Text Example
Text Example
White with #76ADC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76ADC7; }
p { color: rgb(118,173,199); }
H1.HeaderClassName
{
color: #76ADC7;
}
.AnyTagClassName
{
color: #76ADC7;
}
</style>
background-color css
<style>
a { background-color: #76ADC7; }
a { background-color: rgb(118,173,199); }
div.DivClassName
{
background-color: #76ADC7;
}
.BgClassName
{
background-color: #76ADC7;
}
</style>
border-color css
<style>
span { border-color: #76ADC7; }
span { border-color: rgb(118,173,199); }
td.TdClassName
{
border-color: #76ADC7;
}
.TagClassName
{
border-color: #76ADC7;
}
</style>