#77B1CD

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

Shades of Seagull #77B1CD

Tints of Seagull #77B1CD

Color information

#77B1CD (or 0x77B1CD) is unknown color: approx Seagull. HEX triplet: 77, B1 and CD. RGB value is (119,177,205). Sum of RGB (Red+Green+Blue) = 119+177+205=501 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.75% from 501); Green value is 177 (69.53% from 255 or 35.33% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #77B1CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77B1CD is #884E32. Grayscale: #A2A2A2. Windows color (decimal): -8932915 or 13480311. OLE color: 13480311.

HSL color Cylindrical-coordinate representation of color #77B1CD: hue angle of 199.53º 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 #77B1CD is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB119177205-
CMYK0.420.1400.20
HSL199.53º46.24%63.53%-
HSV(B)199.53º41.95%80.39%-
XYZ34.3539.7763.62-
YUV162.85151.7896.72-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.75%
GREEN value IS 177 (69.53% from 255) = 35.33%
BLUE value IS 205 (80.47% from 255) = 40.92%
R=23.75%
G=35.33%
B=40.92%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1191772050.420.1400.20199.5346.2463.53
Hex77B1CD2AE014c82e40
Octal167261315521602431056100
Binary111011110110001110011011010101110010100110010001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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