#7A788E

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

Shades of Deluge #7A788E

Tints of Deluge #7A788E

Color information

#7A788E (or 0x7A788E) is unknown color: approx Deluge. HEX triplet: 7A, 78 and 8E. RGB value is (122,120,142). Sum of RGB (Red+Green+Blue) = 122+120+142=384 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.77% from 384); Green value is 120 (47.27% from 255 or 31.25% from 384); Blue value is 142 (55.86% from 255 or 36.98% from 384); Max value from RGB is 142 - color contains mainly: blue. Hex color #7A788E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A788E is #858771. Grayscale: #7B7B7B. Windows color (decimal): -8750962 or 9336954. OLE color: 9336954.

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

Color convert

RGB122120142-
CMYK0.140.1500.44
HSL245.45º8.87%51.37%-
HSV(B)245.45º15.49%55.69%-
XYZ19.6219.5228.33-
YUV123.11138.66127.21-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.77%
GREEN value IS 120 (47.27% from 255) = 31.25%
BLUE value IS 142 (55.86% from 255) = 36.98%
R=31.77%
G=31.25%
B=36.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1221201420.140.1500.44245.458.8751.37
Hex7A788EEF02Cf5933
Octal17217021616170543651163
Binary1111010111100010001110111011110101100111101011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A788E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,120,142); }

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

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

 a { background-color: rgb(122,120,142); }

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

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

 span { border-color: rgb(122,120,142); }

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