#77ACCD

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

Shades of Seagull #77ACCD

Tints of Seagull #77ACCD

Color information

#77ACCD (or 0x77ACCD) is unknown color: approx Seagull. HEX triplet: 77, AC and CD. RGB value is (119,172,205). Sum of RGB (Red+Green+Blue) = 119+172+205=496 (65% of max value = 765). Red value is 119 (46.88% from 255 or 23.99% from 496); Green value is 172 (67.58% from 255 or 34.68% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 205 - color contains mainly: blue. Hex color #77ACCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77ACCD is #885332. Grayscale: #9F9F9F. Windows color (decimal): -8934195 or 13479031. OLE color: 13479031.

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

Color convert

RGB119172205-
CMYK0.420.1600.20
HSL203.02º46.24%63.53%-
HSV(B)203.02º41.95%80.39%-
XYZ33.3837.8363.3-
YUV159.92153.4498.82-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.99%
GREEN value IS 172 (67.58% from 255) = 34.68%
BLUE value IS 205 (80.47% from 255) = 41.33%
R=23.99%
G=34.68%
B=41.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1191722050.420.1600.20203.0246.2463.53
Hex77ACCD2A10014cb2e40
Octal167254315522002431356100
Binary1110111101011001100110110101010000010100110010111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77ACCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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