#76B7DC

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

Shades of Seagull #76B7DC

Tints of Seagull #76B7DC

Color information

#76B7DC (or 0x76B7DC) is unknown color: approx Seagull. HEX triplet: 76, B7 and DC. RGB value is (118,183,220). Sum of RGB (Red+Green+Blue) = 118+183+220=521 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.65% from 521); Green value is 183 (71.88% from 255 or 35.12% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #76B7DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76B7DC is #894823. Grayscale: #A7A7A7. Windows color (decimal): -8996900 or 14464886. OLE color: 14464886.

HSL color Cylindrical-coordinate representation of color #76B7DC: hue angle of 201.76º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76B7DC is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB118183220-
CMYK0.460.1700.14
HSL201.76º59.3%66.27%-
HSV(B)201.76º46.36%86.27%-
XYZ37.3242.8974.02-
YUV167.78157.4792.49-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.65%
GREEN value IS 183 (71.88% from 255) = 35.12%
BLUE value IS 220 (86.33% from 255) = 42.23%
R=22.65%
G=35.12%
B=42.23%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1181832200.460.1700.14201.7659.366.27
Hex76B7DC2E110Eca3b42
Octal166267334562101631273102
Binary111011010110111110111001011101000101110110010101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76B7DC; }

 p { color: rgb(118,183,220); }

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

<style>
 a { background-color: #76B7DC; }

 a { background-color: rgb(118,183,220); }

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

<style>
 span { border-color: #76B7DC; }

 span { border-color: rgb(118,183,220); }

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