#77ACCA

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

Shades of Seagull #77ACCA

Tints of Seagull #77ACCA

Color information

#77ACCA (or 0x77ACCA) is unknown color: approx Seagull. HEX triplet: 77, AC and CA. RGB value is (119,172,202). Sum of RGB (Red+Green+Blue) = 119+172+202=493 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.14% from 493); Green value is 172 (67.58% from 255 or 34.89% from 493); Blue value is 202 (79.30% from 255 or 40.97% from 493); Max value from RGB is 202 - color contains mainly: blue. Hex color #77ACCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77ACCA is #885335. Grayscale: #9F9F9F. Windows color (decimal): -8934198 or 13282423. OLE color: 13282423.

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

Color convert

RGB119172202-
CMYK0.410.1500.21
HSL201.69º43.92%62.94%-
HSV(B)201.69º41.09%79.22%-
XYZ33.0237.6961.41-
YUV159.57151.9499.06-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.14%
GREEN value IS 172 (67.58% from 255) = 34.89%
BLUE value IS 202 (79.30% from 255) = 40.97%
R=24.14%
G=34.89%
B=40.97%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1191722020.410.1500.21201.6943.9262.94
Hex77ACCA29F015ca2c3f
Octal16725431251170253125477
Binary11101111010110011001010101001111101010111001010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77ACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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