#7D76AC

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

Shades of Deluge #7D76AC

Tints of Deluge #7D76AC

Color information

#7D76AC (or 0x7D76AC) is unknown color: approx Deluge. HEX triplet: 7D, 76 and AC. RGB value is (125,118,172). Sum of RGB (Red+Green+Blue) = 125+118+172=415 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.12% from 415); Green value is 118 (46.48% from 255 or 28.43% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 172 - color contains mainly: blue. Hex color #7D76AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D76AC is #828953. Grayscale: #7E7E7E. Windows color (decimal): -8554836 or 11302525. OLE color: 11302525.

HSL color Cylindrical-coordinate representation of color #7D76AC: hue angle of 247.78º degrees, saturation: 0.25, 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 #7D76AC is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB125118172-
CMYK0.270.3100.33
HSL247.78º24.55%56.86%-
HSV(B)247.78º31.4%67.45%-
XYZ22.3820.341.77-
YUV126.25153.82127.11-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.12%
GREEN value IS 118 (46.48% from 255) = 28.43%
BLUE value IS 172 (67.58% from 255) = 41.45%
R=30.12%
G=28.43%
B=41.45%

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
Decimal1251181720.270.3100.33247.7824.5556.86
Hex7D76AC1B1F021f81939
Octal17516625433370413703171
Binary1111101111011010101100110111111101000011111100011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D76AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,118,172); }

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

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

 a { background-color: rgb(125,118,172); }

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

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

 span { border-color: rgb(125,118,172); }

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