#7860AC

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

Shades of Scampi #7860AC

Tints of Scampi #7860AC

Color information

#7860AC (or 0x7860AC) is unknown color: approx Scampi. HEX triplet: 78, 60 and AC. RGB value is (120,96,172). Sum of RGB (Red+Green+Blue) = 120+96+172=388 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.93% from 388); Green value is 96 (37.89% from 255 or 24.74% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 172 - color contains mainly: blue. Hex color #7860AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7860AC is #879F53. Grayscale: #6F6F6F. Windows color (decimal): -8888148 or 11296888. OLE color: 11296888.

HSL color Cylindrical-coordinate representation of color #7860AC: hue angle of 258.95º 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 #7860AC is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12096172-
CMYK0.300.4400.33
HSL258.95º31.4%52.55%-
HSV(B)258.95º44.19%67.45%-
XYZ19.3715.3440.97-
YUV111.84161.95133.82-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.93%
GREEN value IS 96 (37.89% from 255) = 24.74%
BLUE value IS 172 (67.58% from 255) = 44.33%
R=30.93%
G=24.74%
B=44.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal120961720.300.4400.33258.9531.452.55
Hex7860AC1E2C0211031f35
Octal17014025436540414033765
Binary111100011000001010110011110101100010000110000001111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7860AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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