Shades of Seagull #77AAC7
Tints of Seagull #77AAC7
RGB
CMYK
RGB Variations
Color information
#77AAC7 (or 0x77AAC7) is known color: Seagull. HEX triplet: 77, AA and C7. RGB value is (119,170,199). Sum of RGB (Red+Green+Blue) = 119+170+199=488 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.39% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 199 (78.12% from 255 or 40.78% from 488); Max value from RGB is 199 - color contains mainly: blue. Hex color #77AAC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77AAC7 is #885538. Grayscale: #9D9D9D. Windows color (decimal): -8934713 or 13085303. OLE color: 13085303.
HSL color Cylindrical-coordinate representation of color #77AAC7: hue angle of 201.75º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #77AAC7 is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 119 | 170 | 199 | - |
| CMYK | 0.40 | 0.15 | 0 | 0.22 |
| HSL | 201.75º | 0.42% | 0.62% | - |
| HSV(B) | 201.75º | 0.4% | 0.78% | - |
| XYZ | 32.29 | 36.79 | 59.43 | - |
| YUV | 158.06 | 151.1 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 170 | 199 | 0.40 | 0.15 | 0 | 0.22 | 201.75 | 0.42 | 0.62 |
| Hex | 77 | AA | C7 | 28 | F | 0 | 16 | CA | 2A | 3E |
| Octal | 167 | 252 | 307 | 50 | 17 | 0 | 26 | 312 | 52 | 76 |
| Binary | 1110111 | 10101010 | 11000111 | 101000 | 1111 | 0 | 10110 | 11001010 | 101010 | 111110 |
Color Harmonies of #77AAC7
Complementary color
Monochromatic Colors of #77AAC7
Black with #77AAC7
Text Example
Text Example
White with #77AAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AAC7; }
p { color: rgb(119,170,199); }
H1.HeaderClassName
{
color: #77AAC7;
}
.AnyTagClassName
{
color: #77AAC7;
}
</style>
background-color css
<style>
a { background-color: #77AAC7; }
a { background-color: rgb(119,170,199); }
div.DivClassName
{
background-color: #77AAC7;
}
.BgClassName
{
background-color: #77AAC7;
}
</style>
border-color css
<style>
span { border-color: #77AAC7; }
span { border-color: rgb(119,170,199); }
td.TdClassName
{
border-color: #77AAC7;
}
.TagClassName
{
border-color: #77AAC7;
}
</style>