#77BECA

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

Shades of Seagull #77BECA

Tints of Seagull #77BECA

Color information

#77BECA (or 0x77BECA) is unknown color: approx Seagull. HEX triplet: 77, BE and CA. RGB value is (119,190,202). Sum of RGB (Red+Green+Blue) = 119+190+202=511 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.29% from 511); Green value is 190 (74.61% from 255 or 37.18% from 511); Blue value is 202 (79.30% from 255 or 39.53% from 511); Max value from RGB is 202 - color contains mainly: blue. Hex color #77BECA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BECA is #884135. Grayscale: #AAAAAA. Windows color (decimal): -8929590 or 13287031. OLE color: 13287031.

HSL color Cylindrical-coordinate representation of color #77BECA: hue angle of 188.67º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #77BECA is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB119190202-
CMYK0.410.0600.21
HSL188.67º43.92%62.94%-
HSV(B)188.67º41.09%79.22%-
XYZ36.6845.0162.63-
YUV170.14145.9891.52-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.29%
GREEN value IS 190 (74.61% from 255) = 37.18%
BLUE value IS 202 (79.30% from 255) = 39.53%
R=23.29%
G=37.18%
B=39.53%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1191902020.410.0600.21188.6743.9262.94
Hex77BECA296015bd2c3f
Octal1672763125160252755477
Binary1110111101111101100101010100111001010110111101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,190,202); }

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

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

 a { background-color: rgb(119,190,202); }

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

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

 span { border-color: rgb(119,190,202); }

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