#77ACD1

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

Shades of Seagull #77ACD1

Tints of Seagull #77ACD1

Color information

#77ACD1 (or 0x77ACD1) is unknown color: approx Seagull. HEX triplet: 77, AC and D1. RGB value is (119,172,209). Sum of RGB (Red+Green+Blue) = 119+172+209=500 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.8% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 209 (82.03% from 255 or 41.8% from 500); Max value from RGB is 209 - color contains mainly: blue. Hex color #77ACD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77ACD1 is #88532E. Grayscale: #A0A0A0. Windows color (decimal): -8934191 or 13741175. OLE color: 13741175.

HSL color Cylindrical-coordinate representation of color #77ACD1: hue angle of 204.67º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #77ACD1 is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB119172209-
CMYK0.430.1800.18
HSL204.67º49.45%64.31%-
HSV(B)204.67º43.06%81.96%-
XYZ33.8738.0365.88-
YUV160.37155.4498.49-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.8%
GREEN value IS 172 (67.58% from 255) = 34.4%
BLUE value IS 209 (82.03% from 255) = 41.8%
R=23.8%
G=34.4%
B=41.8%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1191722090.430.1800.18204.6749.4564.31
Hex77ACD12B12012cd3140
Octal167254321532202231561100
Binary1110111101011001101000110101110010010010110011011100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77ACD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,172,209); }

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

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

 a { background-color: rgb(119,172,209); }

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

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

 span { border-color: rgb(119,172,209); }

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