#77C1DC

Color #77C1DC Seagull (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seagull #77C1DC

Tints of Seagull #77C1DC

Color information

#77C1DC (or 0x77C1DC) is unknown color: approx Seagull. HEX triplet: 77, C1 and DC. RGB value is (119,193,220). Sum of RGB (Red+Green+Blue) = 119+193+220=532 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.37% from 532); Green value is 193 (75.78% from 255 or 36.28% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #77C1DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77C1DC is #883E23. Grayscale: #ADADAD. Windows color (decimal): -8928804 or 14467447. OLE color: 14467447.

HSL color Cylindrical-coordinate representation of color #77C1DC: hue angle of 196.04º 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 #77C1DC is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB119193220-
CMYK0.460.1200.14
HSL196.04º59.06%66.47%-
HSV(B)196.04º45.91%86.27%-
XYZ39.647.2374.74-
YUV173.95153.9888.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 119 (46.88% from 255) = 22.37%
GREEN value IS 193 (75.78% from 255) = 36.28%
BLUE value IS 220 (86.33% from 255) = 41.35%
R=22.37%
G=36.28%
B=41.35%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1191932200.460.1200.14196.0459.0666.47
Hex77C1DC2EC0Ec43b42
Octal167301334561401630473102
Binary11101111100000111011100101110110001110110001001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77C1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77C1DC; }

 p { color: rgb(119,193,220); }

 H1.HeaderClassName
 {
   color: #77C1DC;
 }
 .AnyTagClassName
 {
   color: #77C1DC;
 }
</style>
background-color css

<style>
 a { background-color: #77C1DC; }

 a { background-color: rgb(119,193,220); }

 div.DivClassName
 {
   background-color: #77C1DC;
 }
 .BgClassName
 {
   background-color: #77C1DC;
 }
</style>
border-color css

<style>
 span { border-color: #77C1DC; }

 span { border-color: rgb(119,193,220); }

 td.TdClassName
 {
   border-color: #77C1DC;
 }
 .TagClassName
 {
   border-color: #77C1DC;
 }
</style>