#7764AC

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

Shades of Scampi #7764AC

Tints of Scampi #7764AC

Color information

#7764AC (or 0x7764AC) is unknown color: approx Scampi. HEX triplet: 77, 64 and AC. RGB value is (119,100,172). Sum of RGB (Red+Green+Blue) = 119+100+172=391 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.43% from 391); Green value is 100 (39.45% from 255 or 25.58% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 172 - color contains mainly: blue. Hex color #7764AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7764AC is #889B53. Grayscale: #717171. Windows color (decimal): -8952660 or 11297911. OLE color: 11297911.

HSL color Cylindrical-coordinate representation of color #7764AC: hue angle of 255.83º degrees, saturation: 0.3, 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 #7764AC is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB119100172-
CMYK0.310.4200.33
HSL255.83º30.25%53.33%-
HSV(B)255.83º41.86%67.45%-
XYZ19.6116.0141.09-
YUV113.89160.79131.65-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.43%
GREEN value IS 100 (39.45% from 255) = 25.58%
BLUE value IS 172 (67.58% from 255) = 43.99%
R=30.43%
G=25.58%
B=43.99%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1191001720.310.4200.33255.8330.2553.33
Hex7764AC1F2A0211001e35
Octal16714425437520414003665
Binary111011111001001010110011111101010010000110000000011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7764AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7764AC; }

 p { color: rgb(119,100,172); }

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

<style>
 a { background-color: #7764AC; }

 a { background-color: rgb(119,100,172); }

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

<style>
 span { border-color: #7764AC; }

 span { border-color: rgb(119,100,172); }

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