#77BCCA

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

Shades of Seagull #77BCCA

Tints of Seagull #77BCCA

Color information

#77BCCA (or 0x77BCCA) is unknown color: approx Seagull. HEX triplet: 77, BC and CA. RGB value is (119,188,202). Sum of RGB (Red+Green+Blue) = 119+188+202=509 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.38% from 509); Green value is 188 (73.83% from 255 or 36.94% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 202 - color contains mainly: blue. Hex color #77BCCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BCCA is #884335. Grayscale: #A8A8A8. Windows color (decimal): -8930102 or 13286519. OLE color: 13286519.

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

Color convert

RGB119188202-
CMYK0.410.0700.21
HSL190.12º43.92%62.94%-
HSV(B)190.12º41.09%79.22%-
XYZ36.2544.1562.49-
YUV168.96146.6492.36-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.38%
GREEN value IS 188 (73.83% from 255) = 36.94%
BLUE value IS 202 (79.30% from 255) = 39.69%
R=23.38%
G=36.94%
B=39.69%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1191882020.410.0700.21190.1243.9262.94
Hex77BCCA297015be2c3f
Octal1672743125170252765477
Binary1110111101111001100101010100111101010110111110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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