#7D77AA

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

Shades of Deluge #7D77AA

Tints of Deluge #7D77AA

Color information

#7D77AA (or 0x7D77AA) is unknown color: approx Deluge. HEX triplet: 7D, 77 and AA. RGB value is (125,119,170). Sum of RGB (Red+Green+Blue) = 125+119+170=414 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.19% from 414); Green value is 119 (46.88% from 255 or 28.74% from 414); Blue value is 170 (66.80% from 255 or 41.06% from 414); Max value from RGB is 170 - color contains mainly: blue. Hex color #7D77AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D77AA is #828855. Grayscale: #7E7E7E. Windows color (decimal): -8554582 or 11171709. OLE color: 11171709.

HSL color Cylindrical-coordinate representation of color #7D77AA: hue angle of 247.06º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7D77AA is Cyan = 0.26, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB125119170-
CMYK0.260.300.33
HSL247.06º23.08%56.67%-
HSV(B)247.06º30%66.67%-
XYZ22.3120.4640.8-
YUV126.61152.49126.85-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.19%
GREEN value IS 119 (46.88% from 255) = 28.74%
BLUE value IS 170 (66.80% from 255) = 41.06%
R=30.19%
G=28.74%
B=41.06%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1251191700.260.300.33247.0623.0856.67
Hex7D77AA1A1E021f71739
Octal17516725232360413672771
Binary1111101111011110101010110101111001000011111011110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D77AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,119,170); }

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

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

 a { background-color: rgb(125,119,170); }

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

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

 span { border-color: rgb(125,119,170); }

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