#7A778F

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

Shades of Deluge #7A778F

Tints of Deluge #7A778F

Color information

#7A778F (or 0x7A778F) is unknown color: approx Deluge. HEX triplet: 7A, 77 and 8F. RGB value is (122,119,143). Sum of RGB (Red+Green+Blue) = 122+119+143=384 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.77% from 384); Green value is 119 (46.88% from 255 or 30.99% from 384); Blue value is 143 (56.25% from 255 or 37.24% from 384); Max value from RGB is 143 - color contains mainly: blue. Hex color #7A778F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A778F is #858870. Grayscale: #7A7A7A. Windows color (decimal): -8751217 or 9402234. OLE color: 9402234.

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

Color convert

RGB122119143-
CMYK0.150.1700.44
HSL247.5º9.68%51.37%-
HSV(B)247.5º16.78%56.08%-
XYZ19.5819.3128.68-
YUV122.63139.49127.55-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.77%
GREEN value IS 119 (46.88% from 255) = 30.99%
BLUE value IS 143 (56.25% from 255) = 37.24%
R=31.77%
G=30.99%
B=37.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1221191430.150.1700.44247.59.6851.37
Hex7A778FF1102Cf8a33
Octal17216721717210543701263
Binary11110101110111100011111111100010101100111110001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A778F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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