#7A779A

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

Shades of Deluge #7A779A

Tints of Deluge #7A779A

Color information

#7A779A (or 0x7A779A) is unknown color: approx Deluge. HEX triplet: 7A, 77 and 9A. RGB value is (122,119,154). Sum of RGB (Red+Green+Blue) = 122+119+154=395 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.89% from 395); Green value is 119 (46.88% from 255 or 30.13% from 395); Blue value is 154 (60.55% from 255 or 38.99% from 395); Max value from RGB is 154 - color contains mainly: blue. Hex color #7A779A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A779A is #858865. Grayscale: #7B7B7B. Windows color (decimal): -8751206 or 10123130. OLE color: 10123130.

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

Color convert

RGB122119154-
CMYK0.210.2300.40
HSL245.14º14.77%53.53%-
HSV(B)245.14º22.73%60.39%-
XYZ20.4619.6633.29-
YUV123.89144.99126.65-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.89%
GREEN value IS 119 (46.88% from 255) = 30.13%
BLUE value IS 154 (60.55% from 255) = 38.99%
R=30.89%
G=30.13%
B=38.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1221191540.210.2300.40245.1414.7753.53
Hex7A779A1517028f5f36
Octal17216723225270503651766
Binary111101011101111001101010101101110101000111101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A779A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,119,154); }

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

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

 a { background-color: rgb(122,119,154); }

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

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

 span { border-color: rgb(122,119,154); }

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