#77ABCC

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

Shades of Seagull #77ABCC

Tints of Seagull #77ABCC

Color information

#77ABCC (or 0x77ABCC) is unknown color: approx Seagull. HEX triplet: 77, AB and CC. RGB value is (119,171,204). Sum of RGB (Red+Green+Blue) = 119+171+204=494 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.09% from 494); Green value is 171 (67.19% from 255 or 34.62% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 204 - color contains mainly: blue. Hex color #77ABCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77ABCC is #885433. Grayscale: #9F9F9F. Windows color (decimal): -8934452 or 13413239. OLE color: 13413239.

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

Color convert

RGB119171204-
CMYK0.420.1600.2
HSL203.29º45.45%63.33%-
HSV(B)203.29º41.67%80%-
XYZ33.0737.4162.6-
YUV159.21153.2799.32-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.09%
GREEN value IS 171 (67.19% from 255) = 34.62%
BLUE value IS 204 (80.08% from 255) = 41.30%
R=24.09%
G=34.62%
B=41.30%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1191712040.420.1600.2203.2945.4563.33
Hex77ABCC2A10014cb2d3f
Octal16725331452200243135577
Binary111011110101011110011001010101000001010011001011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77ABCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,171,204); }

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

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

 a { background-color: rgb(119,171,204); }

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

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

 span { border-color: rgb(119,171,204); }

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