Shades of Seagull #77B7DC
Tints of Seagull #77B7DC
RGB
CMYK
RGB Variations
Color information
#77B7DC (or 0x77B7DC) is known color: Seagull. HEX triplet: 77, B7 and DC. RGB value is (119,183,220). Sum of RGB (Red+Green+Blue) = 119+183+220=522 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.80% from 522); Green value is 183 (71.88% from 255 or 35.06% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #77B7DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77B7DC is #884823. Grayscale: #A7A7A7. Windows color (decimal): -8931364 or 14464887. OLE color: 14464887.
HSL color Cylindrical-coordinate representation of color #77B7DC: hue angle of 201.98º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77B7DC is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 183 | 220 | - |
| CMYK | 0.46 | 0.17 | 0 | 0.14 |
| HSL | 201.98º | 0.59% | 0.66% | - |
| HSV(B) | 201.98º | 0.46% | 0.86% | - |
| XYZ | 37.46 | 42.96 | 74.03 | - |
| YUV | 168.08 | 157.3 | 92.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 183 | 220 | 0.46 | 0.17 | 0 | 0.14 | 201.98 | 0.59 | 0.66 |
| Hex | 77 | B7 | DC | 2E | 11 | 0 | E | CA | 3B | 42 |
| Octal | 167 | 267 | 334 | 56 | 21 | 0 | 16 | 312 | 73 | 102 |
| Binary | 1110111 | 10110111 | 11011100 | 101110 | 10001 | 0 | 1110 | 11001010 | 111011 | 1000010 |
Color Harmonies of #77B7DC
Complementary color
Monochromatic Colors of #77B7DC
Black with #77B7DC
Text Example
Text Example
White with #77B7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B7DC; }
p { color: rgb(119,183,220); }
H1.HeaderClassName
{
color: #77B7DC;
}
.AnyTagClassName
{
color: #77B7DC;
}
</style>
background-color css
<style>
a { background-color: #77B7DC; }
a { background-color: rgb(119,183,220); }
div.DivClassName
{
background-color: #77B7DC;
}
.BgClassName
{
background-color: #77B7DC;
}
</style>
border-color css
<style>
span { border-color: #77B7DC; }
span { border-color: rgb(119,183,220); }
td.TdClassName
{
border-color: #77B7DC;
}
.TagClassName
{
border-color: #77B7DC;
}
</style>