#7C779D

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

Shades of Deluge #7C779D

Tints of Deluge #7C779D

Color information

#7C779D (or 0x7C779D) is unknown color: approx Deluge. HEX triplet: 7C, 77 and 9D. RGB value is (124,119,157). Sum of RGB (Red+Green+Blue) = 124+119+157=400 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31% from 400); Green value is 119 (46.88% from 255 or 29.75% from 400); Blue value is 157 (61.72% from 255 or 39.25% from 400); Max value from RGB is 157 - color contains mainly: blue. Hex color #7C779D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C779D is #838862. Grayscale: #7C7C7C. Windows color (decimal): -8620131 or 10319740. OLE color: 10319740.

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

Color convert

RGB124119157-
CMYK0.210.2400.38
HSL247.89º16.24%54.12%-
HSV(B)247.89º24.2%61.57%-
XYZ20.9919.9134.64-
YUV124.83146.16127.41-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31%
GREEN value IS 119 (46.88% from 255) = 29.75%
BLUE value IS 157 (61.72% from 255) = 39.25%
R=31%
G=29.75%
B=39.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1241191570.210.2400.38247.8916.2454.12
Hex7C779D1518026f81036
Octal17416723525300463702066
Binary1111100111011110011101101011100001001101111100010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C779D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,119,157); }

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

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

 a { background-color: rgb(124,119,157); }

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

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

 span { border-color: rgb(124,119,157); }

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