#7C729D

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

Shades of Deluge #7C729D

Tints of Deluge #7C729D

Color information

#7C729D (or 0x7C729D) is unknown color: approx Deluge. HEX triplet: 7C, 72 and 9D. RGB value is (124,114,157). Sum of RGB (Red+Green+Blue) = 124+114+157=395 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.39% from 395); Green value is 114 (44.92% from 255 or 28.86% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 157 - color contains mainly: blue. Hex color #7C729D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C729D is #838D62. Grayscale: #797979. Windows color (decimal): -8621411 or 10318460. OLE color: 10318460.

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

Color convert

RGB124114157-
CMYK0.210.2700.38
HSL253.95º17.99%53.14%-
HSV(B)253.95º27.39%61.57%-
XYZ20.4218.7534.44-
YUV121.89147.81129.5-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.39%
GREEN value IS 114 (44.92% from 255) = 28.86%
BLUE value IS 157 (61.72% from 255) = 39.75%
R=31.39%
G=28.86%
B=39.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1241141570.210.2700.38253.9517.9953.14
Hex7C729D151B026fe1235
Octal17416223525330463762265
Binary1111100111001010011101101011101101001101111111010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C729D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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