#7A788F

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

Shades of Deluge #7A788F

Tints of Deluge #7A788F

Color information

#7A788F (or 0x7A788F) is unknown color: approx Deluge. HEX triplet: 7A, 78 and 8F. RGB value is (122,120,143). Sum of RGB (Red+Green+Blue) = 122+120+143=385 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.69% from 385); Green value is 120 (47.27% from 255 or 31.17% from 385); Blue value is 143 (56.25% from 255 or 37.14% from 385); Max value from RGB is 143 - color contains mainly: blue. Hex color #7A788F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A788F is #858770. Grayscale: #7B7B7B. Windows color (decimal): -8750961 or 9402490. OLE color: 9402490.

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

Color convert

RGB122120143-
CMYK0.150.1600.44
HSL245.22º9.31%51.57%-
HSV(B)245.22º16.08%56.08%-
XYZ19.719.5528.72-
YUV123.22139.16127.13-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.69%
GREEN value IS 120 (47.27% from 255) = 31.17%
BLUE value IS 143 (56.25% from 255) = 37.14%
R=31.69%
G=31.17%
B=37.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1221201430.150.1600.44245.229.3151.57
Hex7A788FF1002Cf5934
Octal17217021717200543651164
Binary11110101111000100011111111100000101100111101011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A788F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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