#77AECF

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

Shades of Seagull #77AECF

Tints of Seagull #77AECF

Color information

#77AECF (or 0x77AECF) is unknown color: approx Seagull. HEX triplet: 77, AE and CF. RGB value is (119,174,207). Sum of RGB (Red+Green+Blue) = 119+174+207=500 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.8% from 500); Green value is 174 (68.36% from 255 or 34.8% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 207 - color contains mainly: blue. Hex color #77AECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77AECF is #885130. Grayscale: #A1A1A1. Windows color (decimal): -8933681 or 13610615. OLE color: 13610615.

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

Color convert

RGB119174207-
CMYK0.430.1600.19
HSL202.5º47.83%63.92%-
HSV(B)202.5º42.51%81.18%-
XYZ34.0138.764.71-
YUV161.32153.7897.82-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.8%
GREEN value IS 174 (68.36% from 255) = 34.8%
BLUE value IS 207 (81.25% from 255) = 41.4%
R=23.8%
G=34.8%
B=41.4%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1191742070.430.1600.19202.547.8363.92
Hex77AECF2B10013ca3040
Octal167256317532002331260100
Binary1110111101011101100111110101110000010011110010101100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77AECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,174,207); }

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

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

 a { background-color: rgb(119,174,207); }

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

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

 span { border-color: rgb(119,174,207); }

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