#77BACE

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

Shades of Seagull #77BACE

Tints of Seagull #77BACE

Color information

#77BACE (or 0x77BACE) is unknown color: approx Seagull. HEX triplet: 77, BA and CE. RGB value is (119,186,206). Sum of RGB (Red+Green+Blue) = 119+186+206=511 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.29% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 206 - color contains mainly: blue. Hex color #77BACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BACE is #884531. Grayscale: #A8A8A8. Windows color (decimal): -8930610 or 13548151. OLE color: 13548151.

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

Color convert

RGB119186206-
CMYK0.420.1000.19
HSL193.79º47.03%63.73%-
HSV(B)193.79º42.23%80.78%-
XYZ36.3143.564.87-
YUV168.25149.392.87-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.29%
GREEN value IS 186 (73.05% from 255) = 36.40%
BLUE value IS 206 (80.86% from 255) = 40.31%
R=23.29%
G=36.40%
B=40.31%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1191862060.420.1000.19193.7947.0363.73
Hex77BACE2AA013c22f40
Octal167272316521202330257100
Binary111011110111010110011101010101010010011110000101011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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