#77BBD7

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

Shades of Seagull #77BBD7

Tints of Seagull #77BBD7

Color information

#77BBD7 (or 0x77BBD7) is unknown color: approx Seagull. HEX triplet: 77, BB and D7. RGB value is (119,187,215). Sum of RGB (Red+Green+Blue) = 119+187+215=521 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.84% from 521); Green value is 187 (73.44% from 255 or 35.89% from 521); Blue value is 215 (84.38% from 255 or 41.27% from 521); Max value from RGB is 215 - color contains mainly: blue. Hex color #77BBD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BBD7 is #884428. Grayscale: #A9A9A9. Windows color (decimal): -8930345 or 14138231. OLE color: 14138231.

HSL color Cylindrical-coordinate representation of color #77BBD7: hue angle of 197.5º 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 #77BBD7 is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB119187215-
CMYK0.450.1300.16
HSL197.5º54.55%65.49%-
HSV(B)197.5º44.65%84.31%-
XYZ37.6444.3770.87-
YUV169.86153.4791.72-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.84%
GREEN value IS 187 (73.44% from 255) = 35.89%
BLUE value IS 215 (84.38% from 255) = 41.27%
R=22.84%
G=35.89%
B=41.27%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1191872150.450.1300.16197.554.5565.49
Hex77BBD72DD010c63741
Octal167273327551502030667101
Binary111011110111011110101111011011101010000110001101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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