#77B0CE

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

Shades of Seagull #77B0CE

Tints of Seagull #77B0CE

Color information

#77B0CE (or 0x77B0CE) is unknown color: approx Seagull. HEX triplet: 77, B0 and CE. RGB value is (119,176,206). Sum of RGB (Red+Green+Blue) = 119+176+206=501 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.75% from 501); Green value is 176 (69.14% from 255 or 35.13% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 206 - color contains mainly: blue. Hex color #77B0CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77B0CE is #884F31. Grayscale: #A2A2A2. Windows color (decimal): -8933170 or 13545591. OLE color: 13545591.

HSL color Cylindrical-coordinate representation of color #77B0CE: hue angle of 200.69º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77B0CE is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB119176206-
CMYK0.420.1500.19
HSL200.69º47.03%63.73%-
HSV(B)200.69º42.23%80.78%-
XYZ34.2739.4364.2-
YUV162.38152.6297.06-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.75%
GREEN value IS 176 (69.14% from 255) = 35.13%
BLUE value IS 206 (80.86% from 255) = 41.12%
R=23.75%
G=35.13%
B=41.12%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1191762060.420.1500.19200.6947.0363.73
Hex77B0CE2AF013c92f40
Octal167260316521702331157100
Binary111011110110000110011101010101111010011110010011011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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