#77B6CA

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

Shades of Seagull #77B6CA

Tints of Seagull #77B6CA

Color information

#77B6CA (or 0x77B6CA) is unknown color: approx Seagull. HEX triplet: 77, B6 and CA. RGB value is (119,182,202). Sum of RGB (Red+Green+Blue) = 119+182+202=503 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.66% from 503); Green value is 182 (71.48% from 255 or 36.18% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 202 - color contains mainly: blue. Hex color #77B6CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77B6CA is #884935. Grayscale: #A5A5A5. Windows color (decimal): -8931638 or 13284983. OLE color: 13284983.

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

Color convert

RGB119182202-
CMYK0.410.1000.21
HSL194.46º43.92%62.94%-
HSV(B)194.46º41.09%79.22%-
XYZ3541.6462.07-
YUV165.44148.6394.87-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.66%
GREEN value IS 182 (71.48% from 255) = 36.18%
BLUE value IS 202 (79.30% from 255) = 40.16%
R=23.66%
G=36.18%
B=40.16%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1191822020.410.1000.21194.4643.9262.94
Hex77B6CA29A015c22c3f
Octal16726631251120253025477
Binary11101111011011011001010101001101001010111000010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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