#78A7CA

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

Shades of Seagull #78A7CA

Tints of Seagull #78A7CA

Color information

#78A7CA (or 0x78A7CA) is unknown color: approx Seagull. HEX triplet: 78, A7 and CA. RGB value is (120,167,202). Sum of RGB (Red+Green+Blue) = 120+167+202=489 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.54% from 489); Green value is 167 (65.62% from 255 or 34.15% from 489); Blue value is 202 (79.30% from 255 or 41.31% from 489); Max value from RGB is 202 - color contains mainly: blue. Hex color #78A7CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A7CA is #875835. Grayscale: #9C9C9C. Windows color (decimal): -8869942 or 13281144. OLE color: 13281144.

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

Color convert

RGB120167202-
CMYK0.410.1700.21
HSL205.61º43.62%63.14%-
HSV(B)205.61º40.59%79.22%-
XYZ32.2335.8961.11-
YUV156.94153.43101.65-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.54%
GREEN value IS 167 (65.62% from 255) = 34.15%
BLUE value IS 202 (79.30% from 255) = 41.31%
R=24.54%
G=34.15%
B=41.31%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1201672020.410.1700.21205.6143.6263.14
Hex78A7CA2911015ce2c3f
Octal17024731251210253165477
Binary111100010100111110010101010011000101010111001110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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