#7C769B

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

Shades of Deluge #7C769B

Tints of Deluge #7C769B

Color information

#7C769B (or 0x7C769B) is unknown color: approx Deluge. HEX triplet: 7C, 76 and 9B. RGB value is (124,118,155). Sum of RGB (Red+Green+Blue) = 124+118+155=397 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.23% from 397); Green value is 118 (46.48% from 255 or 29.72% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 155 - color contains mainly: blue. Hex color #7C769B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C769B is #838964. Grayscale: #7B7B7B. Windows color (decimal): -8620389 or 10188412. OLE color: 10188412.

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

Color convert

RGB124118155-
CMYK0.20.2400.39
HSL249.73º15.61%53.53%-
HSV(B)249.73º23.87%60.78%-
XYZ20.7119.6133.7-
YUV124.01145.49127.99-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.23%
GREEN value IS 118 (46.48% from 255) = 29.72%
BLUE value IS 155 (60.94% from 255) = 39.04%
R=31.23%
G=29.72%
B=39.04%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1241181550.20.2400.39249.7315.6153.53
Hex7C769B1418027fa1036
Octal17416623324300473722066
Binary1111100111011010011011101001100001001111111101010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C769B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,118,155); }

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

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

 a { background-color: rgb(124,118,155); }

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

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

 span { border-color: rgb(124,118,155); }

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