Shades of Seagull #77ADC8
Tints of Seagull #77ADC8
RGB
CMYK
RGB Variations
Color information
#77ADC8 (or 0x77ADC8) is known color: Seagull. HEX triplet: 77, AD and C8. RGB value is (119,173,200). Sum of RGB (Red+Green+Blue) = 119+173+200=492 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.19% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 200 (78.52% from 255 or 40.65% from 492); Max value from RGB is 200 - color contains mainly: blue. Hex color #77ADC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77ADC8 is #885237. Grayscale: #9F9F9F. Windows color (decimal): -8933944 or 13151607. OLE color: 13151607.
HSL color Cylindrical-coordinate representation of color #77ADC8: hue angle of 200º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #77ADC8 is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 119 | 173 | 200 | - |
| CMYK | 0.40 | 0.14 | 0 | 0.22 |
| HSL | 200º | 0.42% | 0.63% | - |
| HSV(B) | 200º | 0.41% | 0.78% | - |
| XYZ | 32.98 | 37.98 | 60.24 | - |
| YUV | 159.93 | 150.61 | 98.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 173 | 200 | 0.40 | 0.14 | 0 | 0.22 | 200 | 0.42 | 0.63 |
| Hex | 77 | AD | C8 | 28 | E | 0 | 16 | C8 | 2A | 3F |
| Octal | 167 | 255 | 310 | 50 | 16 | 0 | 26 | 310 | 52 | 77 |
| Binary | 1110111 | 10101101 | 11001000 | 101000 | 1110 | 0 | 10110 | 11001000 | 101010 | 111111 |
Color Harmonies of #77ADC8
Complementary color
Monochromatic Colors of #77ADC8
Black with #77ADC8
Text Example
Text Example
White with #77ADC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77ADC8; }
p { color: rgb(119,173,200); }
H1.HeaderClassName
{
color: #77ADC8;
}
.AnyTagClassName
{
color: #77ADC8;
}
</style>
background-color css
<style>
a { background-color: #77ADC8; }
a { background-color: rgb(119,173,200); }
div.DivClassName
{
background-color: #77ADC8;
}
.BgClassName
{
background-color: #77ADC8;
}
</style>
border-color css
<style>
span { border-color: #77ADC8; }
span { border-color: rgb(119,173,200); }
td.TdClassName
{
border-color: #77ADC8;
}
.TagClassName
{
border-color: #77ADC8;
}
</style>