#76A8C8

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

Shades of Seagull #76A8C8

Tints of Seagull #76A8C8

Color information

#76A8C8 (or 0x76A8C8) is unknown color: approx Seagull. HEX triplet: 76, A8 and C8. RGB value is (118,168,200). Sum of RGB (Red+Green+Blue) = 118+168+200=486 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.28% from 486); Green value is 168 (66.02% from 255 or 34.57% from 486); Blue value is 200 (78.52% from 255 or 41.15% from 486); Max value from RGB is 200 - color contains mainly: blue. Hex color #76A8C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A8C8 is #895737. Grayscale: #9C9C9C. Windows color (decimal): -9000760 or 13150326. OLE color: 13150326.

HSL color Cylindrical-coordinate representation of color #76A8C8: hue angle of 203.41º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #76A8C8 is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB118168200-
CMYK0.410.1600.22
HSL203.41º42.71%62.35%-
HSV(B)203.41º41%78.43%-
XYZ31.936.0359.92-
YUV156.7152.44100.4-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.28%
GREEN value IS 168 (66.02% from 255) = 34.57%
BLUE value IS 200 (78.52% from 255) = 41.15%
R=24.28%
G=34.57%
B=41.15%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1181682000.410.1600.22203.4142.7162.35
Hex76A8C82910016cb2b3e
Octal16625031051200263135376
Binary111011010101000110010001010011000001011011001011101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A8C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,168,200); }

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

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

 a { background-color: rgb(118,168,200); }

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

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

 span { border-color: rgb(118,168,200); }

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