#7C78AA

Color #7C78AA Deluge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deluge #7C78AA

Tints of Deluge #7C78AA

Color information

#7C78AA (or 0x7C78AA) is unknown color: approx Deluge. HEX triplet: 7C, 78 and AA. RGB value is (124,120,170). Sum of RGB (Red+Green+Blue) = 124+120+170=414 (54% of max value = 765). Red value is 124 (48.83% from 255 or 29.95% from 414); Green value is 120 (47.27% from 255 or 28.99% from 414); Blue value is 170 (66.80% from 255 or 41.06% from 414); Max value from RGB is 170 - color contains mainly: blue. Hex color #7C78AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C78AA is #838755. Grayscale: #7E7E7E. Windows color (decimal): -8619862 or 11171964. OLE color: 11171964.

HSL color Cylindrical-coordinate representation of color #7C78AA: hue angle of 244.8º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7C78AA is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB124120170-
CMYK0.270.2900.33
HSL244.8º22.73%56.86%-
HSV(B)244.8º29.41%66.67%-
XYZ22.2820.6240.84-
YUV126.9152.33125.93-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.95%
GREEN value IS 120 (47.27% from 255) = 28.99%
BLUE value IS 170 (66.80% from 255) = 41.06%
R=29.95%
G=28.99%
B=41.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1241201700.270.2900.33244.822.7356.86
Hex7C78AA1B1D021f51739
Octal17417025233350413652771
Binary1111100111100010101010110111110101000011111010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C78AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C78AA; }

 p { color: rgb(124,120,170); }

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

<style>
 a { background-color: #7C78AA; }

 a { background-color: rgb(124,120,170); }

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

<style>
 span { border-color: #7C78AA; }

 span { border-color: rgb(124,120,170); }

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