#7760AC

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

Shades of Scampi #7760AC

Tints of Scampi #7760AC

Color information

#7760AC (or 0x7760AC) is unknown color: approx Scampi. HEX triplet: 77, 60 and AC. RGB value is (119,96,172). Sum of RGB (Red+Green+Blue) = 119+96+172=387 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.75% from 387); Green value is 96 (37.89% from 255 or 24.81% from 387); Blue value is 172 (67.58% from 255 or 44.44% from 387); Max value from RGB is 172 - color contains mainly: blue. Hex color #7760AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7760AC is #889F53. Grayscale: #6F6F6F. Windows color (decimal): -8953684 or 11296887. OLE color: 11296887.

HSL color Cylindrical-coordinate representation of color #7760AC: hue angle of 258.16º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7760AC is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11996172-
CMYK0.310.4400.33
HSL258.16º31.4%52.55%-
HSV(B)258.16º44.19%67.45%-
XYZ19.2415.2740.96-
YUV111.54162.12133.32-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.75%
GREEN value IS 96 (37.89% from 255) = 24.81%
BLUE value IS 172 (67.58% from 255) = 44.44%
R=30.75%
G=24.81%
B=44.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal119961720.310.4400.33258.1631.452.55
Hex7760AC1F2C0211021f35
Octal16714025437540414023765
Binary111011111000001010110011111101100010000110000001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7760AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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