#7C789A

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

Shades of Deluge #7C789A

Tints of Deluge #7C789A

Color information

#7C789A (or 0x7C789A) is unknown color: approx Deluge. HEX triplet: 7C, 78 and 9A. RGB value is (124,120,154). Sum of RGB (Red+Green+Blue) = 124+120+154=398 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.16% from 398); Green value is 120 (47.27% from 255 or 30.15% from 398); Blue value is 154 (60.55% from 255 or 38.69% from 398); Max value from RGB is 154 - color contains mainly: blue. Hex color #7C789A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C789A is #838765. Grayscale: #7C7C7C. Windows color (decimal): -8619878 or 10123388. OLE color: 10123388.

HSL color Cylindrical-coordinate representation of color #7C789A: hue angle of 247.06º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7C789A is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB124120154-
CMYK0.190.2200.40
HSL247.06º14.41%53.73%-
HSV(B)247.06º22.08%60.39%-
XYZ20.8620.0533.34-
YUV125.07144.33127.24-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.16%
GREEN value IS 120 (47.27% from 255) = 30.15%
BLUE value IS 154 (60.55% from 255) = 38.69%
R=31.16%
G=30.15%
B=38.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1241201540.190.2200.40247.0614.4153.73
Hex7C789A1316028f7e36
Octal17417023223260503671666
Binary111110011110001001101010011101100101000111101111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C789A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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