#7C799A

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

Shades of Deluge #7C799A

Tints of Deluge #7C799A

Color information

#7C799A (or 0x7C799A) is unknown color: approx Deluge. HEX triplet: 7C, 79 and 9A. RGB value is (124,121,154). Sum of RGB (Red+Green+Blue) = 124+121+154=399 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.08% from 399); Green value is 121 (47.66% from 255 or 30.33% from 399); Blue value is 154 (60.55% from 255 or 38.60% from 399); Max value from RGB is 154 - color contains mainly: blue. Hex color #7C799A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C799A is #838665. Grayscale: #7D7D7D. Windows color (decimal): -8619622 or 10123644. OLE color: 10123644.

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

Color convert

RGB124121154-
CMYK0.190.2100.40
HSL245.45º14.04%53.92%-
HSV(B)245.45º21.43%60.39%-
XYZ20.9820.2933.38-
YUV125.66143.99126.82-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.08%
GREEN value IS 121 (47.66% from 255) = 30.33%
BLUE value IS 154 (60.55% from 255) = 38.60%
R=31.08%
G=30.33%
B=38.60%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1241211540.190.2100.40245.4514.0453.92
Hex7C799A1315028f5e36
Octal17417123223250503651666
Binary111110011110011001101010011101010101000111101011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C799A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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