#77A8CB

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

Shades of Seagull #77A8CB

Tints of Seagull #77A8CB

Color information

#77A8CB (or 0x77A8CB) is unknown color: approx Seagull. HEX triplet: 77, A8 and CB. RGB value is (119,168,203). Sum of RGB (Red+Green+Blue) = 119+168+203=490 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.29% from 490); Green value is 168 (66.02% from 255 or 34.29% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 203 - color contains mainly: blue. Hex color #77A8CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A8CB is #885734. Grayscale: #9D9D9D. Windows color (decimal): -8935221 or 13346935. OLE color: 13346935.

HSL color Cylindrical-coordinate representation of color #77A8CB: hue angle of 205º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #77A8CB is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB119168203-
CMYK0.410.1700.20
HSL205º44.68%63.14%-
HSV(B)205º41.38%79.61%-
XYZ32.3936.2461.79-
YUV157.34153.77100.65-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.29%
GREEN value IS 168 (66.02% from 255) = 34.29%
BLUE value IS 203 (79.69% from 255) = 41.43%
R=24.29%
G=34.29%
B=41.43%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1191682030.410.1700.2020544.6863.14
Hex77A8CB2911014cd2d3f
Octal16725031351210243155577
Binary111011110101000110010111010011000101010011001101101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,168,203); }

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

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

 a { background-color: rgb(119,168,203); }

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

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

 span { border-color: rgb(119,168,203); }

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