#7866AC

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

Shades of Scampi #7866AC

Tints of Scampi #7866AC

Color information

#7866AC (or 0x7866AC) is unknown color: approx Scampi. HEX triplet: 78, 66 and AC. RGB value is (120,102,172). Sum of RGB (Red+Green+Blue) = 120+102+172=394 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.46% from 394); Green value is 102 (40.23% from 255 or 25.89% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 172 - color contains mainly: blue. Hex color #7866AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7866AC is #879953. Grayscale: #737373. Windows color (decimal): -8886612 or 11298424. OLE color: 11298424.

HSL color Cylindrical-coordinate representation of color #7866AC: hue angle of 255.43º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7866AC is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB120102172-
CMYK0.300.4100.33
HSL255.43º29.66%53.73%-
HSV(B)255.43º40.7%67.45%-
XYZ19.9416.4741.16-
YUV115.36159.96131.31-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.46%
GREEN value IS 102 (40.23% from 255) = 25.89%
BLUE value IS 172 (67.58% from 255) = 43.65%
R=30.46%
G=25.89%
B=43.65%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1201021720.300.4100.33255.4329.6653.73
Hex7866AC1E29021ff1e36
Octal17014625436510413773666
Binary11110001100110101011001111010100101000011111111111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7866AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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