#7A76AA

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

Shades of Deluge #7A76AA

Tints of Deluge #7A76AA

Color information

#7A76AA (or 0x7A76AA) is unknown color: approx Deluge. HEX triplet: 7A, 76 and AA. RGB value is (122,118,170). Sum of RGB (Red+Green+Blue) = 122+118+170=410 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.76% from 410); Green value is 118 (46.48% from 255 or 28.78% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 170 - color contains mainly: blue. Hex color #7A76AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A76AA is #858955. Grayscale: #7C7C7C. Windows color (decimal): -8751446 or 11171450. OLE color: 11171450.

HSL color Cylindrical-coordinate representation of color #7A76AA: hue angle of 244.62º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7A76AA is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB122118170-
CMYK0.280.3100.33
HSL244.62º23.42%56.47%-
HSV(B)244.62º30.59%66.67%-
XYZ21.762040.74-
YUV125.12153.33125.77-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.76%
GREEN value IS 118 (46.48% from 255) = 28.78%
BLUE value IS 170 (66.80% from 255) = 41.46%
R=29.76%
G=28.78%
B=41.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1221181700.280.3100.33244.6223.4256.47
Hex7A76AA1C1F021f51738
Octal17216625234370413652770
Binary1111010111011010101010111001111101000011111010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A76AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,118,170); }

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

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

 a { background-color: rgb(122,118,170); }

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

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

 span { border-color: rgb(122,118,170); }

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