#76A7CA

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

Shades of Seagull #76A7CA

Tints of Seagull #76A7CA

Color information

#76A7CA (or 0x76A7CA) is unknown color: approx Seagull. HEX triplet: 76, A7 and CA. RGB value is (118,167,202). Sum of RGB (Red+Green+Blue) = 118+167+202=487 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.23% from 487); Green value is 167 (65.62% from 255 or 34.29% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 202 - color contains mainly: blue. Hex color #76A7CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A7CA is #895835. Grayscale: #9C9C9C. Windows color (decimal): -9001014 or 13281142. OLE color: 13281142.

HSL color Cylindrical-coordinate representation of color #76A7CA: hue angle of 205º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76A7CA is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB118167202-
CMYK0.420.1700.21
HSL205º44.21%62.75%-
HSV(B)205º41.58%79.22%-
XYZ31.9535.7561.09-
YUV156.34153.77100.65-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.23%
GREEN value IS 167 (65.62% from 255) = 34.29%
BLUE value IS 202 (79.30% from 255) = 41.48%
R=24.23%
G=34.29%
B=41.48%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1181672020.420.1700.2120544.2162.75
Hex76A7CA2A11015cd2c3f
Octal16624731252210253155477
Binary111011010100111110010101010101000101010111001101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,167,202); }

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

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

 a { background-color: rgb(118,167,202); }

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

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

 span { border-color: rgb(118,167,202); }

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