#7C78AC

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

Shades of Deluge #7C78AC

Tints of Deluge #7C78AC

Color information

#7C78AC (or 0x7C78AC) is unknown color: approx Deluge. HEX triplet: 7C, 78 and AC. RGB value is (124,120,172). Sum of RGB (Red+Green+Blue) = 124+120+172=416 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.81% from 416); Green value is 120 (47.27% from 255 or 28.85% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 172 - color contains mainly: blue. Hex color #7C78AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C78AC is #838753. Grayscale: #7E7E7E. Windows color (decimal): -8619860 or 11303036. OLE color: 11303036.

HSL color Cylindrical-coordinate representation of color #7C78AC: hue angle of 244.62º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7C78AC is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB124120172-
CMYK0.280.3000.33
HSL244.62º23.85%57.25%-
HSV(B)244.62º30.23%67.45%-
XYZ22.4820.741.84-
YUV127.12153.33125.77-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.81%
GREEN value IS 120 (47.27% from 255) = 28.85%
BLUE value IS 172 (67.58% from 255) = 41.35%
R=29.81%
G=28.85%
B=41.35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1241201720.280.3000.33244.6223.8557.25
Hex7C78AC1C1E021f51839
Octal17417025434360413653071
Binary1111100111100010101100111001111001000011111010111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C78AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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