#77B4CD

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

Shades of Seagull #77B4CD

Tints of Seagull #77B4CD

Color information

#77B4CD (or 0x77B4CD) is unknown color: approx Seagull. HEX triplet: 77, B4 and CD. RGB value is (119,180,205). Sum of RGB (Red+Green+Blue) = 119+180+205=504 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.61% from 504); Green value is 180 (70.70% from 255 or 35.71% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 205 - color contains mainly: blue. Hex color #77B4CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77B4CD is #884B32. Grayscale: #A4A4A4. Windows color (decimal): -8932147 or 13481079. OLE color: 13481079.

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

Color convert

RGB119180205-
CMYK0.420.1200.20
HSL197.44º46.24%63.53%-
HSV(B)197.44º41.95%80.39%-
XYZ34.9540.9763.82-
YUV164.61150.7995.47-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.61%
GREEN value IS 180 (70.70% from 255) = 35.71%
BLUE value IS 205 (80.47% from 255) = 40.67%
R=23.61%
G=35.71%
B=40.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1191802050.420.1200.20197.4446.2463.53
Hex77B4CD2AC014c52e40
Octal167264315521402430556100
Binary111011110110100110011011010101100010100110001011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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