#7A779C

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

Shades of Deluge #7A779C

Tints of Deluge #7A779C

Color information

#7A779C (or 0x7A779C) is unknown color: approx Deluge. HEX triplet: 7A, 77 and 9C. RGB value is (122,119,156). Sum of RGB (Red+Green+Blue) = 122+119+156=397 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.73% from 397); Green value is 119 (46.88% from 255 or 29.97% from 397); Blue value is 156 (61.33% from 255 or 39.29% from 397); Max value from RGB is 156 - color contains mainly: blue. Hex color #7A779C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A779C is #858863. Grayscale: #7B7B7B. Windows color (decimal): -8751204 or 10254202. OLE color: 10254202.

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

Color convert

RGB122119156-
CMYK0.220.2400.39
HSL244.86º15.74%53.92%-
HSV(B)244.86º23.72%61.18%-
XYZ20.6219.7334.17-
YUV124.11145.99126.49-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.73%
GREEN value IS 119 (46.88% from 255) = 29.97%
BLUE value IS 156 (61.33% from 255) = 39.29%
R=30.73%
G=29.97%
B=39.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1221191560.220.2400.39244.8615.7453.92
Hex7A779C1618027f51036
Octal17216723426300473652066
Binary1111010111011110011100101101100001001111111010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A779C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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