#7E77AC

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

Shades of Deluge #7E77AC

Tints of Deluge #7E77AC

Color information

#7E77AC (or 0x7E77AC) is unknown color: approx Deluge. HEX triplet: 7E, 77 and AC. RGB value is (126,119,172). Sum of RGB (Red+Green+Blue) = 126+119+172=417 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.22% from 417); Green value is 119 (46.88% from 255 or 28.54% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 172 - color contains mainly: blue. Hex color #7E77AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E77AC is #818853. Grayscale: #7E7E7E. Windows color (decimal): -8489044 or 11302782. OLE color: 11302782.

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

Color convert

RGB126119172-
CMYK0.270.3100.33
HSL247.92º24.2%57.06%-
HSV(B)247.92º30.81%67.45%-
XYZ22.6520.6141.81-
YUV127.14153.32127.19-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.22%
GREEN value IS 119 (46.88% from 255) = 28.54%
BLUE value IS 172 (67.58% from 255) = 41.25%
R=30.22%
G=28.54%
B=41.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1261191720.270.3100.33247.9224.257.06
Hex7E77AC1B1F021f81839
Octal17616725433370413703071
Binary1111110111011110101100110111111101000011111100011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E77AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,119,172); }

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

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

 a { background-color: rgb(126,119,172); }

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

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

 span { border-color: rgb(126,119,172); }

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