#7A729C

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

Shades of Deluge #7A729C

Tints of Deluge #7A729C

Color information

#7A729C (or 0x7A729C) is unknown color: approx Deluge. HEX triplet: 7A, 72 and 9C. RGB value is (122,114,156). Sum of RGB (Red+Green+Blue) = 122+114+156=392 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.12% from 392); Green value is 114 (44.92% from 255 or 29.08% from 392); Blue value is 156 (61.33% from 255 or 39.80% from 392); Max value from RGB is 156 - color contains mainly: blue. Hex color #7A729C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A729C is #858D63. Grayscale: #797979. Windows color (decimal): -8752484 or 10252922. OLE color: 10252922.

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

Color convert

RGB122114156-
CMYK0.220.2700.39
HSL251.43º17.5%52.94%-
HSV(B)251.43º26.92%61.18%-
XYZ20.0418.5733.98-
YUV121.18147.65128.58-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.12%
GREEN value IS 114 (44.92% from 255) = 29.08%
BLUE value IS 156 (61.33% from 255) = 39.80%
R=31.12%
G=29.08%
B=39.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1221141560.220.2700.39251.4317.552.94
Hex7A729C161B027fb1235
Octal17216223426330473732265
Binary1111010111001010011100101101101101001111111101110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A729C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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