#7A689C

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

Shades of Deluge #7A689C

Tints of Deluge #7A689C

Color information

#7A689C (or 0x7A689C) is unknown color: approx Deluge. HEX triplet: 7A, 68 and 9C. RGB value is (122,104,156). Sum of RGB (Red+Green+Blue) = 122+104+156=382 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.94% from 382); Green value is 104 (41.02% from 255 or 27.23% from 382); Blue value is 156 (61.33% from 255 or 40.84% from 382); Max value from RGB is 156 - color contains mainly: blue. Hex color #7A689C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A689C is #859763. Grayscale: #737373. Windows color (decimal): -8755044 or 10250362. OLE color: 10250362.

HSL color Cylindrical-coordinate representation of color #7A689C: hue angle of 260.77º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7A689C is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB122104156-
CMYK0.220.3300.39
HSL260.77º20.8%50.98%-
HSV(B)260.77º33.33%61.18%-
XYZ18.9816.4433.63-
YUV115.31150.96132.77-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.94%
GREEN value IS 104 (41.02% from 255) = 27.23%
BLUE value IS 156 (61.33% from 255) = 40.84%
R=31.94%
G=27.23%
B=40.84%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1221041560.220.3300.39260.7720.850.98
Hex7A689C16210271051533
Octal17215023426410474052563
Binary111101011010001001110010110100001010011110000010110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A689C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,104,156); }

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

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

 a { background-color: rgb(122,104,156); }

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

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

 span { border-color: rgb(122,104,156); }

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