#77AACD

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

Shades of Seagull #77AACD

Tints of Seagull #77AACD

Color information

#77AACD (or 0x77AACD) is unknown color: approx Seagull. HEX triplet: 77, AA and CD. RGB value is (119,170,205). Sum of RGB (Red+Green+Blue) = 119+170+205=494 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.09% from 494); Green value is 170 (66.80% from 255 or 34.41% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 205 - color contains mainly: blue. Hex color #77AACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77AACD is #885532. Grayscale: #9E9E9E. Windows color (decimal): -8934707 or 13478519. OLE color: 13478519.

HSL color Cylindrical-coordinate representation of color #77AACD: hue angle of 204.42º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77AACD is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB119170205-
CMYK0.420.1700.20
HSL204.42º46.24%63.53%-
HSV(B)204.42º41.95%80.39%-
XYZ3337.0863.18-
YUV158.74154.199.65-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.09%
GREEN value IS 170 (66.80% from 255) = 34.41%
BLUE value IS 205 (80.47% from 255) = 41.50%
R=24.09%
G=34.41%
B=41.50%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1191702050.420.1700.20204.4246.2463.53
Hex77AACD2A11014cc2e40
Octal167252315522102431456100
Binary1110111101010101100110110101010001010100110011001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77AACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,170,205); }

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

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

 a { background-color: rgb(119,170,205); }

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

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

 span { border-color: rgb(119,170,205); }

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