#77B0D7

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

Shades of Seagull #77B0D7

Tints of Seagull #77B0D7

Color information

#77B0D7 (or 0x77B0D7) is unknown color: approx Seagull. HEX triplet: 77, B0 and D7. RGB value is (119,176,215). Sum of RGB (Red+Green+Blue) = 119+176+215=510 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.33% from 510); Green value is 176 (69.14% from 255 or 34.51% from 510); Blue value is 215 (84.38% from 255 or 42.16% from 510); Max value from RGB is 215 - color contains mainly: blue. Hex color #77B0D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77B0D7 is #884F28. Grayscale: #A3A3A3. Windows color (decimal): -8933161 or 14135415. OLE color: 14135415.

HSL color Cylindrical-coordinate representation of color #77B0D7: hue angle of 204.38º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77B0D7 is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB119176215-
CMYK0.450.1800.16
HSL204.38º54.55%65.49%-
HSV(B)204.38º44.65%84.31%-
XYZ35.439.8870.12-
YUV163.4157.1296.33-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.33%
GREEN value IS 176 (69.14% from 255) = 34.51%
BLUE value IS 215 (84.38% from 255) = 42.16%
R=23.33%
G=34.51%
B=42.16%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1191762150.450.1800.16204.3854.5565.49
Hex77B0D72D12010cc3741
Octal167260327552202031467101
Binary1110111101100001101011110110110010010000110011001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B0D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,176,215); }

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

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

 a { background-color: rgb(119,176,215); }

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

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

 span { border-color: rgb(119,176,215); }

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