#77BACA

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

Shades of Seagull #77BACA

Tints of Seagull #77BACA

Color information

#77BACA (or 0x77BACA) is unknown color: approx Seagull. HEX triplet: 77, BA and CA. RGB value is (119,186,202). Sum of RGB (Red+Green+Blue) = 119+186+202=507 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.47% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 202 (79.30% from 255 or 39.84% from 507); Max value from RGB is 202 - color contains mainly: blue. Hex color #77BACA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BACA is #884535. Grayscale: #A7A7A7. Windows color (decimal): -8930614 or 13286007. OLE color: 13286007.

HSL color Cylindrical-coordinate representation of color #77BACA: hue angle of 191.57º 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 #77BACA is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB119186202-
CMYK0.410.0800.21
HSL191.57º43.92%62.94%-
HSV(B)191.57º41.09%79.22%-
XYZ35.8343.362.35-
YUV167.79147.393.2-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.47%
GREEN value IS 186 (73.05% from 255) = 36.69%
BLUE value IS 202 (79.30% from 255) = 39.84%
R=23.47%
G=36.69%
B=39.84%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1191862020.410.0800.21191.5743.9262.94
Hex77BACA298015c02c3f
Octal16727231251100253005477
Binary11101111011101011001010101001100001010111000000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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