#77B8CB

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

Shades of Seagull #77B8CB

Tints of Seagull #77B8CB

Color information

#77B8CB (or 0x77B8CB) is unknown color: approx Seagull. HEX triplet: 77, B8 and CB. RGB value is (119,184,203). Sum of RGB (Red+Green+Blue) = 119+184+203=506 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.52% from 506); Green value is 184 (72.27% from 255 or 36.36% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 203 - color contains mainly: blue. Hex color #77B8CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77B8CB is #884734. Grayscale: #A6A6A6. Windows color (decimal): -8931125 or 13351031. OLE color: 13351031.

HSL color Cylindrical-coordinate representation of color #77B8CB: hue angle of 193.57º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #77B8CB is Cyan = 0.41, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB119184203-
CMYK0.410.0900.20
HSL193.57º44.68%63.14%-
HSV(B)193.57º41.38%79.61%-
XYZ35.5342.5162.83-
YUV166.73148.4793.96-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.52%
GREEN value IS 184 (72.27% from 255) = 36.36%
BLUE value IS 203 (79.69% from 255) = 40.12%
R=23.52%
G=36.36%
B=40.12%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1191842030.410.0900.20193.5744.6863.14
Hex77B8CB299014c22d3f
Octal16727031351110243025577
Binary11101111011100011001011101001100101010011000010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,184,203); }

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

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

 a { background-color: rgb(119,184,203); }

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

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

 span { border-color: rgb(119,184,203); }

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