#7C76AD

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

Shades of Deluge #7C76AD

Tints of Deluge #7C76AD

Color information

#7C76AD (or 0x7C76AD) is unknown color: approx Deluge. HEX triplet: 7C, 76 and AD. RGB value is (124,118,173). Sum of RGB (Red+Green+Blue) = 124+118+173=415 (54% of max value = 765). Red value is 124 (48.83% from 255 or 29.88% from 415); Green value is 118 (46.48% from 255 or 28.43% from 415); Blue value is 173 (67.97% from 255 or 41.69% from 415); Max value from RGB is 173 - color contains mainly: blue. Hex color #7C76AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C76AD is #838952. Grayscale: #7D7D7D. Windows color (decimal): -8620371 or 11368060. OLE color: 11368060.

HSL color Cylindrical-coordinate representation of color #7C76AD: hue angle of 246.55º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7C76AD is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB124118173-
CMYK0.280.3200.32
HSL246.55º25.11%57.06%-
HSV(B)246.55º31.79%67.84%-
XYZ22.3320.2642.27-
YUV126.06154.49126.53-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.88%
GREEN value IS 118 (46.48% from 255) = 28.43%
BLUE value IS 173 (67.97% from 255) = 41.69%
R=29.88%
G=28.43%
B=41.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1241181730.280.3200.32246.5525.1157.06
Hex7C76AD1C20020f71939
Octal17416625534400403673171
Binary11111001110110101011011110010000001000001111011111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C76AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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