Shades of Seagull #77AFD3
Tints of Seagull #77AFD3
RGB
CMYK
RGB Variations
Color information
#77AFD3 (or 0x77AFD3) is known color: Seagull. HEX triplet: 77, AF and D3. RGB value is (119,175,211). Sum of RGB (Red+Green+Blue) = 119+175+211=505 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.56% from 505); Green value is 175 (68.75% from 255 or 34.65% from 505); Blue value is 211 (82.81% from 255 or 41.78% from 505); Max value from RGB is 211 - color contains mainly: blue. Hex color #77AFD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77AFD3 is #88502C. Grayscale: #A2A2A2. Windows color (decimal): -8933421 or 13873015. OLE color: 13873015.
HSL color Cylindrical-coordinate representation of color #77AFD3: hue angle of 203.48º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #77AFD3 is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 119 | 175 | 211 | - |
| CMYK | 0.44 | 0.17 | 0 | 0.17 |
| HSL | 203.48º | 0.51% | 0.65% | - |
| HSV(B) | 203.48º | 0.44% | 0.83% | - |
| XYZ | 34.7 | 39.29 | 67.38 | - |
| YUV | 162.36 | 155.45 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 175 | 211 | 0.44 | 0.17 | 0 | 0.17 | 203.48 | 0.51 | 0.65 |
| Hex | 77 | AF | D3 | 2C | 11 | 0 | 11 | CB | 33 | 41 |
| Octal | 167 | 257 | 323 | 54 | 21 | 0 | 21 | 313 | 63 | 101 |
| Binary | 1110111 | 10101111 | 11010011 | 101100 | 10001 | 0 | 10001 | 11001011 | 110011 | 1000001 |
Color Harmonies of #77AFD3
Complementary color
Monochromatic Colors of #77AFD3
Black with #77AFD3
Text Example
Text Example
White with #77AFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AFD3; }
p { color: rgb(119,175,211); }
H1.HeaderClassName
{
color: #77AFD3;
}
.AnyTagClassName
{
color: #77AFD3;
}
</style>
background-color css
<style>
a { background-color: #77AFD3; }
a { background-color: rgb(119,175,211); }
div.DivClassName
{
background-color: #77AFD3;
}
.BgClassName
{
background-color: #77AFD3;
}
</style>
border-color css
<style>
span { border-color: #77AFD3; }
span { border-color: rgb(119,175,211); }
td.TdClassName
{
border-color: #77AFD3;
}
.TagClassName
{
border-color: #77AFD3;
}
</style>