#7C789C

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

Shades of Deluge #7C789C

Tints of Deluge #7C789C

Color information

#7C789C (or 0x7C789C) is unknown color: approx Deluge. HEX triplet: 7C, 78 and 9C. RGB value is (124,120,156). Sum of RGB (Red+Green+Blue) = 124+120+156=400 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31% from 400); Green value is 120 (47.27% from 255 or 30% 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 #7C789C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C789C is #838763. Grayscale: #7D7D7D. Windows color (decimal): -8619876 or 10254460. OLE color: 10254460.

HSL color Cylindrical-coordinate representation of color #7C789C: hue angle of 246.67º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7C789C is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB124120156-
CMYK0.210.2300.39
HSL246.67º15.38%54.12%-
HSV(B)246.67º23.08%61.18%-
XYZ21.0320.1234.23-
YUV125.3145.33127.07-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31%
GREEN value IS 120 (47.27% from 255) = 30%
BLUE value IS 156 (61.33% from 255) = 39%
R=31%
G=30%
B=39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1241201560.210.2300.39246.6715.3854.12
Hex7C789C1517027f7f36
Octal17417023425270473671766
Binary111110011110001001110010101101110100111111101111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C789C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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