#77AACB

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

Shades of Seagull #77AACB

Tints of Seagull #77AACB

Color information

#77AACB (or 0x77AACB) is unknown color: approx Seagull. HEX triplet: 77, AA and CB. RGB value is (119,170,203). Sum of RGB (Red+Green+Blue) = 119+170+203=492 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.19% from 492); Green value is 170 (66.80% from 255 or 34.55% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 203 - color contains mainly: blue. Hex color #77AACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77AACB is #885534. Grayscale: #9E9E9E. Windows color (decimal): -8934709 or 13347447. OLE color: 13347447.

HSL color Cylindrical-coordinate representation of color #77AACB: hue angle of 203.57º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #77AACB is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB119170203-
CMYK0.410.1600.20
HSL203.57º44.68%63.14%-
HSV(B)203.57º41.38%79.61%-
XYZ32.7636.9861.91-
YUV158.51153.199.82-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.19%
GREEN value IS 170 (66.80% from 255) = 34.55%
BLUE value IS 203 (79.69% from 255) = 41.26%
R=24.19%
G=34.55%
B=41.26%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1191702030.410.1600.20203.5744.6863.14
Hex77AACB2910014cc2d3f
Octal16725231351200243145577
Binary111011110101010110010111010011000001010011001100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77AACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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