#786EAC

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

Shades of Scampi #786EAC

Tints of Scampi #786EAC

Color information

#786EAC (or 0x786EAC) is unknown color: approx Scampi. HEX triplet: 78, 6E and AC. RGB value is (120,110,172). Sum of RGB (Red+Green+Blue) = 120+110+172=402 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.85% from 402); Green value is 110 (43.36% from 255 or 27.36% from 402); Blue value is 172 (67.58% from 255 or 42.79% from 402); Max value from RGB is 172 - color contains mainly: blue. Hex color #786EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786EAC is #879153. Grayscale: #777777. Windows color (decimal): -8884564 or 11300472. OLE color: 11300472.

HSL color Cylindrical-coordinate representation of color #786EAC: hue angle of 249.68º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #786EAC is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB120110172-
CMYK0.300.3600.33
HSL249.68º27.19%55.29%-
HSV(B)249.68º36.05%67.45%-
XYZ20.7718.1241.43-
YUV120.06157.31127.96-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.85%
GREEN value IS 110 (43.36% from 255) = 27.36%
BLUE value IS 172 (67.58% from 255) = 42.79%
R=29.85%
G=27.36%
B=42.79%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1201101720.300.3600.33249.6827.1955.29
Hex786EAC1E24021fa1b37
Octal17015625436440413723367
Binary11110001101110101011001111010010001000011111101011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786EAC; }

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

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

<style>
 a { background-color: #786EAC; }

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

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

<style>
 span { border-color: #786EAC; }

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

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