#7763aa

Color #7763AA Scampi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scampi #7763AA

Tints of Scampi #7763AA

Color information

#7763AA (or 0x7763AA) is unknown color: approx Scampi. HEX triplet: 77, 63 and AA. RGB value is (119,99,170). Sum of RGB (Red+Green+Blue) = 119+99+170=388 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.67% from 388); Green value is 99 (39.06% from 255 or 25.52% from 388); Blue value is 170 (66.80% from 255 or 43.81% from 388); Max value from RGB is 170 - color contains mainly: blue. Hex color #7763AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7763AA is #889C55. Grayscale: #707070. Windows color (decimal): -8952918 or 11166583. OLE color: 11166583.

HSL color Cylindrical-coordinate representation of color #7763AA: hue angle of 256.9º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7763AA is Cyan = 0.3, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11999170-
CMYK0.30.4200.33
HSL256.9º29.46%52.75%-
HSV(B)256.9º41.76%66.67%-
XYZ19.3315.7540.05-
YUV113.07160.13132.23-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.67%
GREEN value IS 99 (39.06% from 255) = 25.52%
BLUE value IS 170 (66.80% from 255) = 43.81%
R=30.67%
G=25.52%
B=43.81%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal119991700.30.4200.33256.929.4652.75
Hex7763AA1E2A0211011d35
Octal16714325236520414013565
Binary111011111000111010101011110101010010000110000000111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7763aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7763aa; }

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

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

<style>
 a { background-color: #7763aa; }

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

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

<style>
 span { border-color: #7763aa; }

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

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