#77ADCE

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

Shades of Seagull #77ADCE

Tints of Seagull #77ADCE

Color information

#77ADCE (or 0x77ADCE) is unknown color: approx Seagull. HEX triplet: 77, AD and CE. RGB value is (119,173,206). Sum of RGB (Red+Green+Blue) = 119+173+206=498 (65% of max value = 765). Red value is 119 (46.88% from 255 or 23.90% from 498); Green value is 173 (67.97% from 255 or 34.74% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 206 - color contains mainly: blue. Hex color #77ADCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77ADCE is #885231. Grayscale: #A0A0A0. Windows color (decimal): -8933938 or 13544823. OLE color: 13544823.

HSL color Cylindrical-coordinate representation of color #77ADCE: hue angle of 202.76º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77ADCE is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB119173206-
CMYK0.420.1600.19
HSL202.76º47.03%63.73%-
HSV(B)202.76º42.23%80.78%-
XYZ33.6938.2764-
YUV160.62153.6198.32-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.90%
GREEN value IS 173 (67.97% from 255) = 34.74%
BLUE value IS 206 (80.86% from 255) = 41.37%
R=23.90%
G=34.74%
B=41.37%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1191732060.420.1600.19202.7647.0363.73
Hex77ADCE2A10013cb2f40
Octal167255316522002331357100
Binary1110111101011011100111010101010000010011110010111011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77ADCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,173,206); }

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

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

 a { background-color: rgb(119,173,206); }

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

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

 span { border-color: rgb(119,173,206); }

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