#7C77AA

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

Shades of Deluge #7C77AA

Tints of Deluge #7C77AA

Color information

#7C77AA (or 0x7C77AA) is unknown color: approx Deluge. HEX triplet: 7C, 77 and AA. RGB value is (124,119,170). Sum of RGB (Red+Green+Blue) = 124+119+170=413 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.02% from 413); Green value is 119 (46.88% from 255 or 28.81% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 170 - color contains mainly: blue. Hex color #7C77AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C77AA is #838855. Grayscale: #7E7E7E. Windows color (decimal): -8620118 or 11171708. OLE color: 11171708.

HSL color Cylindrical-coordinate representation of color #7C77AA: hue angle of 245.88º 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 #7C77AA is Cyan = 0.27, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB124119170-
CMYK0.270.300.33
HSL245.88º23.08%56.67%-
HSV(B)245.88º30%66.67%-
XYZ22.1620.3840.8-
YUV126.31152.66126.35-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.02%
GREEN value IS 119 (46.88% from 255) = 28.81%
BLUE value IS 170 (66.80% from 255) = 41.16%
R=30.02%
G=28.81%
B=41.16%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1241191700.270.300.33245.8823.0856.67
Hex7C77AA1B1E021f61739
Octal17416725233360413662771
Binary1111100111011110101010110111111001000011111011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C77AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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