#7E769C

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

Shades of Deluge #7E769C

Tints of Deluge #7E769C

Color information

#7E769C (or 0x7E769C) is unknown color: approx Deluge. HEX triplet: 7E, 76 and 9C. RGB value is (126,118,156). Sum of RGB (Red+Green+Blue) = 126+118+156=400 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.5% from 400); Green value is 118 (46.48% from 255 or 29.5% from 400); Blue value is 156 (61.33% from 255 or 39% from 400); Max value from RGB is 156 - color contains mainly: blue. Hex color #7E769C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E769C is #818963. Grayscale: #7C7C7C. Windows color (decimal): -8489316 or 10253950. OLE color: 10253950.

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

Color convert

RGB126118156-
CMYK0.190.2400.39
HSL252.63º16.1%53.73%-
HSV(B)252.63º24.36%61.18%-
XYZ21.0819.7934.16-
YUV124.72145.65128.91-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.5%
GREEN value IS 118 (46.48% from 255) = 29.5%
BLUE value IS 156 (61.33% from 255) = 39%
R=31.5%
G=29.5%
B=39%

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
Decimal1261181560.190.2400.39252.6316.153.73
Hex7E769C1318027fd1036
Octal17616623423300473752066
Binary1111110111011010011100100111100001001111111110110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E769C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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