#78ACC7

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

Shades of Seagull #78ACC7

Tints of Seagull #78ACC7

Color information

#78ACC7 (or 0x78ACC7) is unknown color: approx Seagull. HEX triplet: 78, AC and C7. RGB value is (120,172,199). Sum of RGB (Red+Green+Blue) = 120+172+199=491 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.44% from 491); Green value is 172 (67.58% from 255 or 35.03% from 491); Blue value is 199 (78.12% from 255 or 40.53% from 491); Max value from RGB is 199 - color contains mainly: blue. Hex color #78ACC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78ACC7 is #875338. Grayscale: #9F9F9F. Windows color (decimal): -8868665 or 13085816. OLE color: 13085816.

HSL color Cylindrical-coordinate representation of color #78ACC7: hue angle of 200.51º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #78ACC7 is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB120172199-
CMYK0.400.1400.22
HSL200.51º41.36%62.55%-
HSV(B)200.51º39.7%78.04%-
XYZ32.8137.6259.57-
YUV159.53150.2799.8-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.44%
GREEN value IS 172 (67.58% from 255) = 35.03%
BLUE value IS 199 (78.12% from 255) = 40.53%
R=24.44%
G=35.03%
B=40.53%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1201721990.400.1400.22200.5141.3662.55
Hex78ACC728E016c9293f
Octal17025430750160263115177
Binary11110001010110011000111101000111001011011001001101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78ACC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,172,199); }

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

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

 a { background-color: rgb(120,172,199); }

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

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

 span { border-color: rgb(120,172,199); }

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