#7E779C

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

Shades of Deluge #7E779C

Tints of Deluge #7E779C

Color information

#7E779C (or 0x7E779C) is unknown color: approx Deluge. HEX triplet: 7E, 77 and 9C. RGB value is (126,119,156). Sum of RGB (Red+Green+Blue) = 126+119+156=401 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.42% from 401); Green value is 119 (46.88% from 255 or 29.68% from 401); Blue value is 156 (61.33% from 255 or 38.90% from 401); Max value from RGB is 156 - color contains mainly: blue. Hex color #7E779C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E779C is #818863. Grayscale: #7D7D7D. Windows color (decimal): -8489060 or 10254206. OLE color: 10254206.

HSL color Cylindrical-coordinate representation of color #7E779C: hue angle of 251.35º 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 #7E779C is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB126119156-
CMYK0.190.2400.39
HSL251.35º15.74%53.92%-
HSV(B)251.35º23.72%61.18%-
XYZ21.220.0334.2-
YUV125.31145.32128.49-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.42%
GREEN value IS 119 (46.88% from 255) = 29.68%
BLUE value IS 156 (61.33% from 255) = 38.90%
R=31.42%
G=29.68%
B=38.90%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1261191560.190.2400.39251.3515.7453.92
Hex7E779C1318027fb1036
Octal17616723423300473732066
Binary1111110111011110011100100111100001001111111101110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E779C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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