#7A749C

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

Shades of Deluge #7A749C

Tints of Deluge #7A749C

Color information

#7A749C (or 0x7A749C) is unknown color: approx Deluge. HEX triplet: 7A, 74 and 9C. RGB value is (122,116,156). Sum of RGB (Red+Green+Blue) = 122+116+156=394 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.96% from 394); Green value is 116 (45.70% from 255 or 29.44% from 394); Blue value is 156 (61.33% from 255 or 39.59% from 394); Max value from RGB is 156 - color contains mainly: blue. Hex color #7A749C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A749C is #858B63. Grayscale: #7A7A7A. Windows color (decimal): -8751972 or 10253434. OLE color: 10253434.

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

Color convert

RGB122116156-
CMYK0.220.2600.39
HSL249º16.81%53.33%-
HSV(B)249º25.64%61.18%-
XYZ20.2719.0334.06-
YUV122.35146.99127.75-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.96%
GREEN value IS 116 (45.70% from 255) = 29.44%
BLUE value IS 156 (61.33% from 255) = 39.59%
R=30.96%
G=29.44%
B=39.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1221161560.220.2600.3924916.8153.33
Hex7A749C161A027f91135
Octal17216423426320473712165
Binary1111010111010010011100101101101001001111111100110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A749C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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