#7C709E

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

Shades of Deluge #7C709E

Tints of Deluge #7C709E

Color information

#7C709E (or 0x7C709E) is unknown color: approx Deluge. HEX triplet: 7C, 70 and 9E. RGB value is (124,112,158). Sum of RGB (Red+Green+Blue) = 124+112+158=394 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.47% from 394); Green value is 112 (44.14% from 255 or 28.43% from 394); Blue value is 158 (62.11% from 255 or 40.10% from 394); Max value from RGB is 158 - color contains mainly: blue. Hex color #7C709E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C709E is #838F61. Grayscale: #787878. Windows color (decimal): -8621922 or 10383484. OLE color: 10383484.

HSL color Cylindrical-coordinate representation of color #7C709E: hue angle of 255.65º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7C709E is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB124112158-
CMYK0.220.2900.38
HSL255.65º19.17%52.94%-
HSV(B)255.65º29.11%61.96%-
XYZ20.2818.3434.82-
YUV120.83148.98130.26-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.47%
GREEN value IS 112 (44.14% from 255) = 28.43%
BLUE value IS 158 (62.11% from 255) = 40.10%
R=31.47%
G=28.43%
B=40.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1241121580.220.2900.38255.6519.1752.94
Hex7C709E161D0261001335
Octal17416023626350464002365
Binary11111001110000100111101011011101010011010000000010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C709E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,112,158); }

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

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

 a { background-color: rgb(124,112,158); }

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

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

 span { border-color: rgb(124,112,158); }

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