#7A77AB

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

Shades of Deluge #7A77AB

Tints of Deluge #7A77AB

Color information

#7A77AB (or 0x7A77AB) is unknown color: approx Deluge. HEX triplet: 7A, 77 and AB. RGB value is (122,119,171). Sum of RGB (Red+Green+Blue) = 122+119+171=412 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.61% from 412); Green value is 119 (46.88% from 255 or 28.88% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 171 - color contains mainly: blue. Hex color #7A77AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A77AB is #858854. Grayscale: #7D7D7D. Windows color (decimal): -8751189 or 11237242. OLE color: 11237242.

HSL color Cylindrical-coordinate representation of color #7A77AB: hue angle of 243.46º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7A77AB is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB122119171-
CMYK0.290.3000.33
HSL243.46º23.64%56.86%-
HSV(B)243.46º30.41%67.06%-
XYZ21.9720.2741.28-
YUV125.82153.49125.27-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.61%
GREEN value IS 119 (46.88% from 255) = 28.88%
BLUE value IS 171 (67.19% from 255) = 41.50%
R=29.61%
G=28.88%
B=41.50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1221191710.290.3000.33243.4623.6456.86
Hex7A77AB1D1E021f31839
Octal17216725335360413633071
Binary1111010111011110101011111011111001000011111001111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A77AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,119,171); }

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

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

 a { background-color: rgb(122,119,171); }

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

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

 span { border-color: rgb(122,119,171); }

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