#7C7890

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

Shades of Deluge #7C7890

Tints of Deluge #7C7890

Color information

#7C7890 (or 0x7C7890) is unknown color: approx Deluge. HEX triplet: 7C, 78 and 90. RGB value is (124,120,144). Sum of RGB (Red+Green+Blue) = 124+120+144=388 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.96% from 388); Green value is 120 (47.27% from 255 or 30.93% from 388); Blue value is 144 (56.64% from 255 or 37.11% from 388); Max value from RGB is 144 - color contains mainly: blue. Hex color #7C7890 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C7890 is #83876F. Grayscale: #7B7B7B. Windows color (decimal): -8619888 or 9468028. OLE color: 9468028.

HSL color Cylindrical-coordinate representation of color #7C7890: hue angle of 250º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7C7890 is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB124120144-
CMYK0.140.1700.44
HSL250º9.76%51.76%-
HSV(B)250º16.67%56.47%-
XYZ20.0619.7329.14-
YUV123.93139.33128.05-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.96%
GREEN value IS 120 (47.27% from 255) = 30.93%
BLUE value IS 144 (56.64% from 255) = 37.11%
R=31.96%
G=30.93%
B=37.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1241201440.140.1700.442509.7651.76
Hex7C7890E1102Cfaa34
Octal17417022016210543721264
Binary11111001111000100100001110100010101100111110101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,120,144); }

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

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

 a { background-color: rgb(124,120,144); }

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

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

 span { border-color: rgb(124,120,144); }

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